Skip to content

Commit d4a0d33

Browse files
committed
CHANGED: ok, the dot needs to be in there. sorry everyone
1 parent d4cd1c7 commit d4a0d33

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Wildcat All-In-One Timer/UTimer.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ VersionInfoCopyright=Copyright 2021 EPT Software
4444
VersionInfoProductName=BreakTime
4545
VersionInfoProductVersion=21.2.3.4
4646
VersionInfoProductTextVersion=21.2.3.4
47-
WizardImageFile=\Resources\UTimerSetup.bmp
48-
WizardSmallImageFile=\Resources\UTimerLogo.bmp
47+
WizardImageFile=.\Resources\UTimerSetup.bmp
48+
WizardSmallImageFile=.\Resources\UTimerLogo.bmp
4949
UsePreviousAppDir=False
5050
DisableDirPage=no
5151
ArchitecturesInstallIn64BitMode=x64
@@ -73,8 +73,8 @@ Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl"
7373
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
7474

7575
[Files]
76-
Source: "\bin\x64\Release\net8.0-windows10.0.26100.0\Cyotek.Windows.Forms.ColorPicker.dll"; DestDir: "{app}"; Flags: 64bit; MinVersion: 0,10.0.26100
77-
Source: "\bin\x64\Release\net8.0-windows10.0.26100.0\BreakTime.exe"; DestDir: "{app}"; Flags: 64bit; MinVersion: 0,10.0.26100
76+
Source: ".\bin\x64\Release\net8.0-windows10.0.26100.0\Cyotek.Windows.Forms.ColorPicker.dll"; DestDir: "{app}"; Flags: 64bit; MinVersion: 0,10.0.26100
77+
Source: ".\bin\x64\Release\net8.0-windows10.0.26100.0\BreakTime.exe"; DestDir: "{app}"; Flags: 64bit; MinVersion: 0,10.0.26100
7878

7979
[Icons]
8080
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"

0 commit comments

Comments
 (0)