Set version to 1.0.0 and remove version from release artifact names

This commit is contained in:
webadderall
2026-03-10 19:12:50 +11:00
parent ae4c1fde24
commit a46519358a
2 changed files with 6 additions and 4 deletions
+5 -3
View File
@@ -12,7 +12,7 @@
"buildDependenciesFromSource": true,
"compression": "normal",
"directories": {
"output": "release/${version}"
"output": "release"
},
"files": [
"dist",
@@ -41,7 +41,7 @@
}
],
"icon": "icons/icons/mac/icon.icns",
"artifactName": "${productName}-Mac-${arch}-${version}-Installer.${ext}",
"artifactName": "Recordly.dmg",
"extendInfo": {
"NSAudioCaptureUsageDescription": "Recordly needs audio capture permission to record system audio.",
"NSMicrophoneUsageDescription": "Recordly needs microphone access to record voice audio.",
@@ -54,7 +54,7 @@
"AppImage"
],
"icon": "icons/icons/png",
"artifactName": "${productName}-Linux-${version}.${ext}",
"artifactName": "Recordly.AppImage",
"category": "AudioVideo"
},
"win": {
@@ -62,5 +62,7 @@
"nsis"
],
"icon": "icons/icons/win/icon.ico"
,
"artifactName": "Recordly.exe"
}
}
+1 -1
View File
@@ -12,7 +12,7 @@
"url": "https://github.com/webadderall/Recordly/issues"
},
"private": true,
"version": "1.1.3",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",