Skip to content

Commit 60c1596

Browse files
committed
Add setup script to solution and comment out setup icon file
1 parent 44c6f9f commit 60c1596

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SemanticCode.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1111
ProjectSection(SolutionItems) = preProject
1212
Directory.Packages.props = Directory.Packages.props
1313
.github\workflows\release.yml = .github\workflows\release.yml
14+
setup\setup.iss = setup\setup.iss
1415
EndProjectSection
1516
EndProject
1617
Global

setup/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DisableProgramGroupPage=yes
1818
PrivilegesRequiredOverridesAllowed=dialog
1919
OutputDir=../dist
2020
OutputBaseFilename=SemanticCode-Setup-{#MyAppVersion}-win-x64
21-
SetupIconFile=../SemanticCode/Assets/favicon.ico
21+
;SetupIconFile=../SemanticCode/Assets/favicon.ico
2222
Compression=lzma
2323
SolidCompression=yes
2424
WizardStyle=modern

0 commit comments

Comments
 (0)