-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCreate-installer.iss.txt
25 lines (22 loc) · 1.28 KB
/
Create-installer.iss.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#define MyAppName "Niv_Louie"
#define MyAppVersion "0.0.1"
#define MyAppPublisher "Me"
#define URL "http://example.com"
[Setup]
AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppPublisher={#MyAppPublisher}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
OutputDir=.
OutputBaseFilename={#MyAppName}-installer
[Files]
Source: "C:\Users\yeate\OneDrive\Documents\Ccuneiform-in-NVDA\dist\niv-louie.exe"; DestDir:{app}
Source: "C:\Users\yeate\OneDrive\Documents\Ccuneiform-in-NVDA\Justicon-Free-Simple-Line-Arrow-Solution-Business-Computer-Technology.512.ico"; DestDir:{app}
Source: "C:\Users\yeate\OneDrive\Documents\Ccuneiform-in-NVDA\utils\braille_converter.json"; DestDir:{app}\utils
Source: "C:\Users\yeate\OneDrive\Documents\Ccuneiform-in-NVDA\utils\braille_test_converter.json"; DestDir:{app}\utils
Source: "C:\Users\yeate\OneDrive\Documents\Ccuneiform-in-NVDA\utils\braille_to_numbers.json"; DestDir:{app}\utils
Source: "C:\Users\yeate\OneDrive\Documents\Ccuneiform-in-NVDA\utils\extentions_file.json"; DestDir:{app}\utils
Source: "C:\Users\yeate\OneDrive\Documents\Ccuneiform-in-NVDA\utils\languages_file.json"; DestDir:{app}\utils
[Icons]
Name:{group}\{#MyAppName}; Filename:{app}\niv-louie.exe; IconFilename:{app}\Justicon-Free-Simple-Line-Arrow-Solution-Business-Computer-Technology.512.ico