[packaging] Set the correct versions for compiled binaries and installers based on the Git tag

This commit is contained in:
Alexandr Stelnykovych
2025-03-20 09:50:52 +00:00
parent 1ed666e863
commit 69a3d03a4f
3 changed files with 163 additions and 32 deletions

View File

@@ -39,7 +39,7 @@
}
},
"productName": "Portmaster",
"version": "0.1.3", // If removed the version number from Cargo.toml is used.
//"version": "0.1.3", // 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,
@@ -140,8 +140,7 @@
"targets": [
"deb",
"rpm",
"nsis",
"msi"
"nsis" //, "msi"
],
"icon": [
"../../../assets/data/icons/pm_dark_512.png",