File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
CodeIngest.Desktop/InnoSetupProject Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -399,3 +399,4 @@ FodyWeavers.xsd
399
399
# JetBrains Rider
400
400
* .sln.iml
401
401
.idea /*
402
+ * .exe
Original file line number Diff line number Diff line change 1
1
#define MyAppName " Code Ingest"
2
- #define MyAppExeName " CodeIngest.Desktop. exe"
2
+ #define MyAppExeName " CodeIngest.exe"
3
3
4
4
[Setup]
5
5
AppId = {{CA3E4B28-314A-451F-ED15-8777E28DBDE4}
6
6
AppName = {#MyAppName }
7
7
AppVersion = 1.0
8
8
AppPublisher = Dean Edis
9
9
AppPublisherURL = https://github.com/deanthecoder/CodeIngest
10
- DefaultDirName = {commonpf }\CodeIngest
10
+ DefaultDirName = {commonpf64 }\CodeIngest
11
11
DefaultGroupName = {#MyAppName }
12
12
UninstallDisplayIcon = {app} \{#MyAppExeName}
13
13
Compression = lzma2
14
14
SolidCompression = yes
15
- SourceDir = ..\CodeIngest.Desktop\
16
- OutputDir = .. \InnoSetupProject\
15
+ SourceDir = ..\
16
+ OutputDir = .\InnoSetupProject\
17
17
OutputBaseFilename = {#MyAppName } Installer
18
18
19
19
[Tasks]
20
20
Name : " desktopicon" ; Description : " {cm:CreateDesktopIcon}" ; GroupDescription: " {cm:AdditionalIcons}" ; Flags : unchecked
21
21
22
22
[Files]
23
- Source : " bin\Release\net9.0\publish\ win-x64\*.*" ; DestDir : " {app} " ; Excludes: " *.pdb" ; Flags : ignoreversion
23
+ Source : " bin\Release\net9.0\win-x64\publish \*.*" ; DestDir : " {app} " ; Excludes: " *.pdb" ; Flags : ignoreversion
24
24
25
25
[Icons]
26
26
Name : " {group} \{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}"
You can’t perform that action at this time.
0 commit comments