Skip to content

Commit 331f4b6

Browse files
Bump version
1 parent 9705e20 commit 331f4b6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Installer/installer_arm64.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "WSA System Control"
5-
#define MyAppVersion "1.0.13"
5+
#define MyAppVersion "1.0.14"
66
#define MyAppPublisher "infinitepower18"
77
#define MyAppURL "https://github.com/infinitepower18/WSA-SystemControl"
88
#define MyAppUpdateURL "https://github.com/infinitepower18/WSA-SystemControl/releases/latest"
@@ -61,8 +61,8 @@ ar.runOnStartup=التشغيل مع بدء التشغيل
6161
Name: startup; Description: "{cm:runOnStartup}";
6262

6363
[Files]
64-
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net9.0-windows10.0.26100.0\publish\win-arm64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
65-
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net9.0-windows10.0.26100.0\publish\win-arm64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
64+
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net10.0-windows10.0.26100.0\publish\win-arm64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
65+
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net10.0-windows10.0.26100.0\publish\win-arm64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
6666
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
6767

6868
[Icons]

Installer/installer_x64.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "WSA System Control"
5-
#define MyAppVersion "1.0.13"
5+
#define MyAppVersion "1.0.14"
66
#define MyAppPublisher "infinitepower18"
77
#define MyAppURL "https://github.com/infinitepower18/WSA-SystemControl"
88
#define MyAppUpdateURL "https://github.com/infinitepower18/WSA-SystemControl/releases/latest"
@@ -61,8 +61,8 @@ ar.runOnStartup=التشغيل مع بدء التشغيل
6161
Name: startup; Description: "{cm:runOnStartup}";
6262

6363
[Files]
64-
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net9.0-windows10.0.26100.0\publish\win-x64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
65-
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net9.0-windows10.0.26100.0\publish\win-x64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
64+
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net10.0-windows10.0.26100.0\publish\win-x64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
65+
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net10.0-windows10.0.26100.0\publish\win-x64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
6666
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
6767

6868
[Icons]

0 commit comments

Comments
 (0)