(chore): bumped up (windows) to v0.2.0
BIN
windows/app-icon.png
Normal file
|
After Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 903 B After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 47 KiB |
@@ -18,8 +18,8 @@ ${StrLoc}
|
|||||||
|
|
||||||
!define MANUFACTURER "neosubhamoy"
|
!define MANUFACTURER "neosubhamoy"
|
||||||
!define PRODUCTNAME "pytubepp-helper"
|
!define PRODUCTNAME "pytubepp-helper"
|
||||||
!define VERSION "0.1.0"
|
!define VERSION "0.2.0"
|
||||||
!define VERSIONWITHBUILD "0.1.0.0"
|
!define VERSIONWITHBUILD "0.2.0.0"
|
||||||
!define SHORTDESCRIPTION "PytubePP Helper"
|
!define SHORTDESCRIPTION "PytubePP Helper"
|
||||||
!define INSTALLMODE "currentUser"
|
!define INSTALLMODE "currentUser"
|
||||||
!define LICENSE "..\..\..\..\..\..\LICENSE"
|
!define LICENSE "..\..\..\..\..\..\LICENSE"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "pytubepp-helper",
|
"productName": "pytubepp-helper",
|
||||||
"version": "0.1.0"
|
"version": "0.2.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
@@ -103,7 +103,8 @@
|
|||||||
"timestampUrl": "http://timestamp.sectigo.com",
|
"timestampUrl": "http://timestamp.sectigo.com",
|
||||||
"wix": {
|
"wix": {
|
||||||
"fragmentPaths": ["installer/windows/wix-fragment-registry.wxs"],
|
"fragmentPaths": ["installer/windows/wix-fragment-registry.wxs"],
|
||||||
"componentRefs": ["PytubeppHelperFragmentRegistryEntries"]
|
"componentRefs": ["PytubeppHelperFragmentRegistryEntries"],
|
||||||
|
"license": "../../LICENSE"
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"template": "installer/windows/nsis-template.nsi"
|
"template": "installer/windows/nsis-template.nsi"
|
||||||
|
|||||||