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 44[Setup]
55AppId = {{996B4B28-98DA-451F-ED15-8777E28DBDE4}
66AppName = {#MyAppName }
7- AppVersion = 0.15
7+ AppVersion = 0.16
88AppPublisher = Dean Edis
99AppPublisherURL = https://github.com/deanthecoder/GLSLShaderShrinker
1010DefaultDirName = {commonpf}\ShaderShrinker
@@ -13,16 +13,14 @@ UninstallDisplayIcon={app}\Inno_Setup_Project.exe
1313Compression = lzma2
1414SolidCompression = yes
1515SourceDir = ..\Shrinker.WpfApp\
16- OutputDir = Setup
16+ OutputDir = ..\InnoSetupProject\
1717OutputBaseFilename = {#MyAppName } Installer
1818
1919[Tasks]
2020Name : " desktopicon" ; Description : " {cm:CreateDesktopIcon}" ; GroupDescription: " {cm:AdditionalIcons}" ; Flags : unchecked
2121
2222[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
2624
2725[Icons]
2826Name : " {group} \{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}"
Original file line number Diff line number Diff line change 4949// You can specify all the values or you can default the Build and Revision Numbers
5050// by using the '*' as shown below:
5151// [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