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
2. Replace `assets/icon.icns` with your desired app icon (ICNS format).
149
-
3. Run:
147
+
1. Replace `assets/icon.icns` with your desired app icon (ICNS format).
148
+
2. Run:
150
149
151
150
```bash
152
151
./package_mac.sh
153
152
```
154
153
155
-
The bundle will be created at `dist/Victoria.app`.
154
+
The script uses `uvx pyinstaller`, so no `pip install` is required. The bundle will be created at `dist/Victoria.app`.
156
155
157
156
### Windows `.exe` and Installer
158
157
159
-
1. Install PyInstaller (`pip install pyinstaller`) and [Inno Setup](https://jrsoftware.org/isinfo.php) (make sure `iscc` is on your PATH).
158
+
1. Install [Inno Setup](https://jrsoftware.org/isinfo.php) (make sure `iscc` is on your PATH). PyInstaller is invoked via `uvx`, so you don't need to install it.
160
159
2. Replace `assets\icon.ico` with your desired app icon (ICO format).
161
-
3. Run `package_win.bat` from Command Prompt or PowerShell:
160
+
3. To change the installer version, edit `installer_win.iss` and update `MyAppVersion` on line 2.
161
+
4. Run `package_win.bat` from Command Prompt or PowerShell:
0 commit comments