File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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+ ]
You can’t perform that action at this time.
0 commit comments