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:
150
+
151
+
```bash
152
+
./package_mac.sh
153
+
```
154
+
155
+
The bundle will be created at `dist/Victoria.app`.
156
+
157
+
### Windows `.exe` and Installer
158
+
159
+
1. Install PyInstaller (`pip install pyinstaller`) and [Inno Setup](https://jrsoftware.org/isinfo.php) (make sure `iscc` is on your PATH).
160
+
2. Replace `assets\icon.ico` with your desired app icon (ICO format).
161
+
3. Run `package_win.bat` from Command Prompt or PowerShell:
162
+
163
+
```powershell
164
+
.\package_win.bat
165
+
```
166
+
167
+
This produces both a standalone executable (`dist/Victoria.exe`) and an installer (`dist/VictoriaSetup.exe`).
168
+
169
+
To upgrade Victoria on Windows, build a new installer with an updated version number and run it; Inno Setup will replace the previous installation automatically while preserving the same AppId.
170
+
Both packaged versions automatically use the `~/Victoria` folder (or `%USERPROFILE%\Victoria` on Windows) for configuration and data.
171
+
172
+
---
173
+
140
174
## 🧠 Models to Try
141
175
142
176
| Model | Price (\$/1M tokens) | Category | Best For |
0 commit comments