Compare commits
No commits in common. "3f2550c4af3b09b4bac6f24362c3a07500792d99" and "38770f8e3fd0b5068d1fd3dad0e70d6feed9dc62" have entirely different histories.
3f2550c4af
...
38770f8e3f
2 changed files with 1 additions and 27 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -361,6 +361,3 @@ MigrationBackup/
|
|||
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
|
||||
# Inno Setup
|
||||
SetupFiles/
|
|
@ -1,23 +0,0 @@
|
|||
[Setup]
|
||||
AppName=AppManager
|
||||
AppPublisher=KawaiiZenbo
|
||||
AppVerName=AppManager
|
||||
AppVersion=1.0.1
|
||||
WizardStyle=modern
|
||||
DefaultDirName={autopf}\AppManager
|
||||
DefaultGroupName=AppManager
|
||||
UninstallDisplayIcon={app}\AppManager.exe
|
||||
Compression=lzma2
|
||||
SolidCompression=yes
|
||||
OutputDir=.\SetupFiles
|
||||
|
||||
[Files]
|
||||
Source: "AppManager\bin\Release\*"; DestDir: "{app}"
|
||||
Source: "AppManager\bin\Release\win-x86\*"; DestDir: "{app}\win-x86"
|
||||
|
||||
[Icons]
|
||||
Name: "{group}\AppManager"; Filename: "{app}\AppManager.exe"
|
||||
Name: "{commondesktop}\AppManager"; Filename: "{app}\AppManager.exe"; Tasks: desktopicon
|
||||
|
||||
[Tasks]
|
||||
Name: desktopicon; Description: "Create a &desktop icon";
|
Loading…
Add table
Reference in a new issue