File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed
Shrinker.Avalonia/Properties/PublishProfiles Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
#define MyAppName " GLSL Shader Shrinker"
2
- #define MyAppExeName " Shrinker.WpfApp .exe"
2
+ #define MyAppExeName " Shrinker.Avalonia .exe"
3
3
4
4
[Setup]
5
5
AppId = {{996B4B28-98DA-451F-ED15-8777E28DBDE4}
@@ -12,16 +12,16 @@ DefaultGroupName={#MyAppName}
12
12
UninstallDisplayIcon = {app} \Inno_Setup_Project.exe
13
13
Compression = lzma2
14
14
SolidCompression = yes
15
- SourceDir = ..\Shrinker.WpfApp \
15
+ SourceDir = ..\Shrinker.Avalonia \
16
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 \publish\win-x64\*.*" ; DestDir : " {app} " ; Excludes: " *.pdb" ; Flags : ignoreversion
24
- Source : " bin\Release\net5.0-windows \publish\win-x64\Presets\*.*" ; DestDir : " {app} \Presets" ; Flags : ignoreversion
23
+ Source : " bin\Release\net7.0 \publish\win-x64\*.*" ; DestDir : " {app} " ; Excludes: " *.pdb" ; Flags : ignoreversion
24
+ Source : " bin\Release\net7.0 \publish\win-x64\Presets\*.*" ; DestDir : " {app} \Presets" ; Flags : ignoreversion
25
25
26
26
[Icons]
27
27
Name : " {group} \{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}"
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ https://go.microsoft.com/fwlink/?LinkID=208121.
4
+ -->
5
+ <Project >
6
+ <PropertyGroup >
7
+ <Configuration >Release</Configuration >
8
+ <Platform >Any CPU</Platform >
9
+ <PublishDir >bin\Release\net7.0\publish\win-x64\</PublishDir >
10
+ <PublishProtocol >FileSystem</PublishProtocol >
11
+ <_TargetId >Folder</_TargetId >
12
+ <TargetFramework >net7.0</TargetFramework >
13
+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
14
+ <SelfContained >true</SelfContained >
15
+ <PublishSingleFile >false</PublishSingleFile >
16
+ <PublishReadyToRun >false</PublishReadyToRun >
17
+ <PublishTrimmed >false</PublishTrimmed >
18
+ </PropertyGroup >
19
+ </Project >
You can’t perform that action at this time.
0 commit comments