[packaging] (Windows) Ability to run "generate_windows_installers.ps1" from any location.

This commit is contained in:
Alexandr Stelnykovych
2025-03-06 15:21:38 +02:00
parent 911255e1d2
commit 260449e59b
2 changed files with 35 additions and 27 deletions

View File

@@ -39,7 +39,7 @@
}
},
"productName": "Portmaster",
"version": "0.1.0",
"version": "0.1.0", // If removed the version number from Cargo.toml is used.
"identifier": "io.safing.portmaster", // this is added as a property to the shortcut on windows (ApplicationUserModelID). Used for notifications.
"app": {
"withGlobalTauri": true,