Skip to content

Commit 4749a9e

Browse files
committed
Fix error in install program UI: caught at last minute!!
The install program was displaying a page saying CodeSnip would automatically check online for updates, which it now won't
1 parent eac173e commit 4749a9e

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed
-936 Bytes
Binary file not shown.

Src/Install/CodeSnip.iss

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ Source: {#SrcExePath}{#HelpFile}; DestDir: {app}; Flags: ignoreversion
9191
Source: {#SrcDocsPath}{#LicenseTextFile}; DestDir: {app}; Flags: ignoreversion
9292
Source: {#SrcDocsPath}{#ReadMeFile}; DestDir: {app}; Flags: ignoreversion
9393
Source: {#SrcAssetsPath}UpdatingPreview.rtf; Flags: dontcopy
94-
Source: {#SrcAssetsPath}AutoUpdateChecks.rtf; Flags: dontcopy
9594
9695
[Icons]
9796
Name: {group}\{#AppPublisher} {#AppName}; Filename: {app}\{#ExeFile}

Src/Install/EventHandlers.ps

-898 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)