Skip to content

Commit 727fbcf

Browse files
committed
see revisions.md for list of changes.
1 parent b8b2867 commit 727fbcf

3 files changed

Lines changed: 33 additions & 4 deletions

File tree

4-Aquiis.SimpleStart/Aquiis.SimpleStart.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
<IncludeNativeLibrariesForSelfExtract>false</IncludeNativeLibrariesForSelfExtract>
7474
<!-- Pre-compile IL to native code at publish time to reduce JIT overhead on startup -->
7575
<PublishReadyToRun>true</PublishReadyToRun>
76+
<!-- Further optimize hot paths after ReadyToRun compilation -->
77+
<TieredPGO>true</TieredPGO>
7678
</PropertyGroup>
7779
</Target>
7880

4-Aquiis.SimpleStart/electron.manifest.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,17 @@
4343
"category": "public.app-category.business"
4444
},
4545
"win": {
46-
"target": "portable",
47-
"icon": "Assets/icon.ico",
48-
"signAndEditExecutable": false,
49-
"artifactName": "${productName}-${version}-${arch}.${ext}"
46+
"target": "nsis",
47+
"icon": "bin/Assets/icon.ico",
48+
"artifactName": "${productName}-${version}-${arch}-Setup.${ext}"
49+
},
50+
"nsis": {
51+
"oneClick": false,
52+
"perMachine": false,
53+
"allowToChangeInstallationDirectory": true,
54+
"createDesktopShortcut": true,
55+
"createStartMenuShortcut": true,
56+
"shortcutName": "Aquiis"
5057
},
5158
"linux": {
5259
"target": "AppImage",

4-Aquiis.SimpleStart/test.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[
2+
{
3+
"appId": "15266c2b-5c80-58b4-9014-e379c3497d2a",
4+
"installSource": "External MSI",
5+
"appName": "Aquiis 1.1.0",
6+
"action": "0",
7+
"lightIconAssetId": "Lle/1qQfan2LahFQftmtvg4L2lR/1vSTTvdtjAs/iSw=",
8+
"darkIconAssetId": "Lle/1qQfan2LahFQftmtvg4L2lR/1vSTTvdtjAs/iSw=",
9+
"publisher": "Aquiis",
10+
"lastLaunchTime": "0",
11+
"appVersion": "1.1.0",
12+
"appLanguage": "0",
13+
"appArch": "",
14+
"reinstallId": "https://github.com/ElectronNET/Electron.NET#readme",
15+
"productUrl": "https://github.com/ElectronNET/Electron.NET#readme",
16+
"isPinned": "False",
17+
"wingetId": "ARP\\User\\X64\\15266c2b-5c80-58b4-9014-e379c3497d2a",
18+
"wingetSource": "NoReliableInfo"
19+
}
20+
]

0 commit comments

Comments
 (0)