Skip to content

Commit 799c1a0

Browse files
committed
Updated File Path
Updated File Path
1 parent 42668af commit 799c1a0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
call1='$TestCodeSigningCert = New-SelfSignedCertificate -DnsName https://deneyapkart.org -Type CodeSigning -CertStoreLocation Cert:\CurrentUser\My'
6161
call2='Export-Certificate -FilePath exported_cert.cer -Cert $TestCodeSigningCert'
6262
call3='Import-Certificate -FilePath exported_cert.cer -CertStoreLocation Cert:\CurrentUser\Root'
63-
call4=f'Set-AuthenticodeSignature -Certificate $TestCodeSigningCert -FilePath C:\xampp\htdocs\Deneyap-Kart-Web-Agent\DeneyapKartWebSetupv{config.AGENT_VERSION}.exe'
63+
call4=f'Set-AuthenticodeSignature -Certificate $TestCodeSigningCert -FilePath C:/Users/Kinkintama/Desktop/Deneyap/DeneyapKartSetup/DeneyapKartWebSetupv{config.AGENT_VERSION}.exe'
6464

6565
os.system(f'C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe {call1} ; {call2} ; {call3} ; {call4}',)

script.iss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ AppSupportURL={#MyAppURL}
2020
AppUpdatesURL={#MyAppURL}
2121
DefaultDirName={autopf}\{#MyAppName}
2222
DisableProgramGroupPage=yes
23-
LicenseFile=C:\xampp\htdocs\Deneyap-Kart-Web-Agent\LICENSE
23+
LicenseFile=C:/Users/dc/Desktop/Deneyap-Kart-Web-Agent/LICENSE
2424
; Uncomment the following line to run in non administrative install mode (install for current user only.)
2525
;PrivilegesRequired=lowest
26-
OutputDir=C:\xampp\htdocs\Deneyap-Kart-Web-Agent\
26+
OutputDir=C:/Users/dc/Desktop
2727
OutputBaseFilename=DeneyapKartWebSetupv1.0.1
28-
SetupIconFile=C:\xampp\htdocs\Deneyap-Kart-Web-Agent\icon.ico
28+
SetupIconFile=C:/Users/dc/Desktop/Deneyap-Kart-Web-Agent/icon.ico
2929
Compression=lzma
3030
SolidCompression=yes
3131
WizardStyle=modern
@@ -38,8 +38,8 @@ Name: "turkish"; MessagesFile: "compiler:Languages\Turkish.isl"
3838
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
3939

4040
[Files]
41-
Source: "C:\xampp\htdocs\Deneyap-Kart-Web-Agent\dist\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
42-
Source: "C:\xampp\htdocs\Deneyap-Kart-Web-Agent\dist\main\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
41+
Source: "C:/Users/dc/Desktop/Deneyap-Kart-Web-Agent/dist/{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
42+
Source: "C:/Users/dc/Desktop/Deneyap-Kart-Web-Agent/dist/main/*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
4343
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
4444

4545
[Icons]
@@ -49,4 +49,3 @@ Name: "{userstartup}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
4949

5050
[Run]
5151
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
52-

0 commit comments

Comments
 (0)