Skip to content

Commit f161f40

Browse files
committed
new version, bug fixes v1.01
1 parent 3185e97 commit f161f40

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

inno/Output/AiTexterInstaller.exe

64.7 MB
Binary file not shown.

inno/setup.iss

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[Setup]
2+
AppName=AiTexter
3+
AppVersion=1.01
4+
DefaultDirName={userappdata}\AiTexter
5+
DefaultGroupName=AiTexter
6+
OutputDir=.\Output
7+
OutputBaseFilename=AiTexterInstaller
8+
PrivilegesRequired=lowest
9+
Compression=lzma
10+
SolidCompression=yes
11+
12+
[Files]
13+
; Füge hier deine Dateien hinzu, die installiert werden sollen
14+
Source: "D:\Programmieren\AiTexter\dist\main.exe"; DestDir: "{app}"; Flags: ignoreversion
15+
Source: "D:\Programmieren\AiTexter\dist\icon.ico"; DestDir: "{app}"; Flags: ignoreversion
16+
17+
[Icons]
18+
; Desktop-Icon für das Programm erstellen
19+
Name: "{userdesktop}\AiTexter"; Filename: "{app}\main.exe"; IconFilename: "{app}\icon.ico"
20+
21+
[Run]
22+
; Programm nach Installation starten
23+
Filename: "{app}\main.exe"; Description: "{cm:LaunchProgram,AiTexter}"; Flags: nowait postinstall skipifsilent

0 commit comments

Comments
 (0)