Overriding an App's JSON File in the App Binary
While running the app -app
option. This saves you the time and effort of creating an app
To do this, run the following command:
- On Windows:
<app-filename>-windows_amd64 -app <new JSON file.json>
- On Macintosh:
<app-filename>-darwin_amd64 -app <new JSON file.json>
- On Linux:
<app-filename>-linux_amd64 -app <new JSON file.json>
Note: You can modify your activities, export the
binary using the
binary , it does not work.
app.json
again, and run it with the same -app
option. For example, you can make changes to an existing activity. However, if you add an activity (of the same category or a different category) and try to run it from the app