gui: new command to launch the https://github.com/rclone/rclone-web/ GUI
This adds a new gui command which runs an embedded copy of the GUI at https://github.com/rclone/rclone-web/ The GUI release is fetched as part of the CI build.
This commit is contained in:
@@ -230,6 +230,9 @@ jobs:
|
||||
go-version: '~1.26.0'
|
||||
check-latest: true
|
||||
cache: false
|
||||
|
||||
- name: Fetch GUI dist
|
||||
run: make fetch-gui
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v5
|
||||
|
||||
Reference in New Issue
Block a user