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
Run Inno Setup, our working dir is `build\windows\x64\runner\Release`:
115
-
-myceliumflut.exe as the application main executable
119
+
-mycelium-network.exe as the application main executable (it is renamed from the original myceliumflut.exe)
116
120
-`add file(s)` and add all `.dll` files
117
121
-`add folder` and add `data` folder with it's subdirectories
118
122
119
123
Scroll down the list & select the `data` folder path and click on `Edit…` button.
120
124
It is important to ensure that the destination sub-folder has the same name `data` otherwise the app wont run after installation as all contents of the folder are dispersed outside. So, enter the name of the `Destination subfolder` as `data` and click `OK`.
121
125
122
-
The Inno Setup script can be found [here](./files/windows_installer.iss), you need to modify the path (according to your env) before `Build` it on `Inno Setup` app.
126
+
The Inno Setup script can be found [here](./installer/windows/myceliumflut_innosetup.iss), you need to modify the path (according to your env) before `Build` it on `Inno Setup` app.
0 commit comments