You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,14 +237,9 @@ Other low-level commands:
237
237
238
238
## Test update of a Wails locally
239
239
240
-
NOTE: currently the mac-os is not supported since the `github.com/arduino/arduino-create-agent/updater` package has hardcoded value of the `Arduino_Create_Agent`.
241
-
242
-
-`task wails:build` to build the app (by default the version=commit)
243
-
-`task wails:up` to open the wails up (take not on the `Current Version` in the apps)
244
-
- Open another termianl
245
240
-`task wails:release-server:start` to start a local release server listening on port 3001 and serving the `public` folder with the releases
246
-
-`task wails:release -- 6.0.7` to create a new release `6.0.7`
247
-
-Open the Wails app and click on "Update" button.
241
+
-`task wails:release:local -- 2.0.0` to create a new release `2.0.0`
242
+
-`task wails:up:local` to open the wails app click on "Check for Updates" button to start the update from 0.0.0 to 2.0.0.
0 commit comments