File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Shrinker.WpfApp/Properties Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 4
4
[Setup]
5
5
AppId = {{996B4B28-98DA-451F-ED15-8777E28DBDE4}
6
6
AppName = {#MyAppName }
7
- AppVersion = 0.15
7
+ AppVersion = 0.16
8
8
AppPublisher = Dean Edis
9
9
AppPublisherURL = https://github.com/deanthecoder/GLSLShaderShrinker
10
10
DefaultDirName = {commonpf}\ShaderShrinker
@@ -13,16 +13,14 @@ UninstallDisplayIcon={app}\Inno_Setup_Project.exe
13
13
Compression = lzma2
14
14
SolidCompression = yes
15
15
SourceDir = ..\Shrinker.WpfApp\
16
- OutputDir = Setup
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\net5.0-windows\win-x64\*.dll" ; DestDir : " {app} " ; Flags : ignoreversion
24
- Source : " bin\Release\net5.0-windows\win-x64\*.exe" ; DestDir : " {app} " ; Flags : ignoreversion
25
- Source : " bin\Release\net5.0-windows\win-x64\*.json" ; DestDir : " {app} " ; Flags : ignoreversion
23
+ Source : " bin\Release\net5.0-windows\publish\win-x64\*.*" ; DestDir : " {app} " ; Excludes: " *.pdb" ; Flags : ignoreversion
26
24
27
25
[Icons]
28
26
Name : " {group} \{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}"
Original file line number Diff line number Diff line change 49
49
// You can specify all the values or you can default the Build and Revision Numbers
50
50
// by using the '*' as shown below:
51
51
// [assembly: AssemblyVersion("1.0.*")]
52
- [ assembly: AssemblyVersion ( "0.15 .0.0" ) ]
53
- [ assembly: AssemblyFileVersion ( "0.15 .0.0" ) ]
52
+ [ assembly: AssemblyVersion ( "0.16 .0.0" ) ]
53
+ [ assembly: AssemblyFileVersion ( "0.16 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments