[packaging] Set the correct versions for compiled binaries and installers based on the Git tag
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user