File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Background-Terminal-Setup Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 4
4
<?define ProductName = " Background Terminal (64 bit)" ?>
5
5
<?define Win 64 = " yes" ?>
6
6
<?define PlatformProgramFilesFolder = " ProgramFiles64Folder" ?>
7
- <?define ReleaseExecutablePath = " ../Background-Terminal/bin/Release/netcoreapp3.1/publish/ win-x64/Background-Terminal.exe" ?>
7
+ <?define ReleaseExecutablePath = " ../Background-Terminal/bin/Release/netcoreapp3.1/win-x64/publish /Background-Terminal.exe" ?>
8
8
<?else ?>
9
9
<?define ProductName = " Background Terminal" ?>
10
10
<?define Win 64 = " no" ?>
11
11
<?define PlatformProgramFilesFolder = " ProgramFilesFolder" ?>
12
- <?define ReleaseExecutablePath = " ../Background-Terminal/bin/Release/netcoreapp3.1/publish/ win-x86/Background-Terminal.exe" ?>
12
+ <?define ReleaseExecutablePath = " ../Background-Terminal/bin/Release/netcoreapp3.1/win-x86/publish /Background-Terminal.exe" ?>
13
13
<?endif ?>
14
14
</Include >
Original file line number Diff line number Diff line change 6
6
<RootNamespace >Background_Terminal</RootNamespace >
7
7
<UseWPF >true</UseWPF >
8
8
<ApplicationIcon >background-terminal.ico</ApplicationIcon >
9
- <Platforms >AnyCPU; x86;x64</Platforms >
9
+ <Platforms >x86;x64</Platforms >
10
10
<Version >1.1.0</Version >
11
11
</PropertyGroup >
12
12
31
31
<Resource Include =" Images\minimize.png" />
32
32
</ItemGroup >
33
33
34
- <ItemGroup >
35
- <Folder Include =" Properties\" />
36
- </ItemGroup >
37
-
38
34
</Project >
You can’t perform that action at this time.
0 commit comments