mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-01 18:35:13 +00:00
47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"Template": "${MicaDir}/template/default.7z",
|
|
"Package": "./Package.7z",
|
|
"Output": "./${AppName}.exe",
|
|
"AppName": "QuickLook",
|
|
"KeyName": "QuickLook",
|
|
"ExeName": "QuickLook.exe",
|
|
"Publisher": "QL-Win",
|
|
"Version": "${Package}./${ExeName}|3",
|
|
"TargetFramework": "net472",
|
|
"Guid": "8B4A9CE5-67B5-4A94-81CB-3771F688FDEB",
|
|
"Favicon": "./Assets/Square44x44Logo.altform-unplated_targetsize-256.png",
|
|
"Icon": "./Assets/Square44x44Logo.altform-unplated_targetsize-256.setup.png",
|
|
"UnIcon": "./Assets/Square44x44Logo.altform-unplated_targetsize-256.uninst.png",
|
|
"LicenseFile": "../LICENSE-GPL.txt",
|
|
"License": null,
|
|
"LicenseType": null,
|
|
"RequestExecutionLevel": "admin",
|
|
"SingleInstanceMutex": null,
|
|
"IsCreateDesktopShortcut": true,
|
|
"IsCreateUninst": true,
|
|
"IsCreateStartMenu": true,
|
|
"IsPinToStartMenu": false,
|
|
"IsCreateQuickLaunch": true,
|
|
"IsCreateRegistryKeys": true,
|
|
"IsCreateAsAutoRun": false,
|
|
"IsCustomizeVisiableAutoRun": false,
|
|
"AutoRunLaunchCommand": "/autostart",
|
|
"IsUseFolderPickerPreferClassic": false,
|
|
"IsUseInstallPathPreferX86": false,
|
|
"IsUseInstallPathPreferAppDataLocalPrograms": true,
|
|
"IsUseInstallPathPreferAppDataRoaming": false,
|
|
"IsUseRegistryPreferX86": null,
|
|
"IsAllowFullFolderSecurity": true,
|
|
"IsAllowFirewall": true,
|
|
"IsRefreshExplorer": true,
|
|
"IsInstallCertificate": false,
|
|
"IsEnableUninstallDelayUntilReboot": true,
|
|
"IsUseTempPathFork": false,
|
|
"IsEnvironmentVariable": false,
|
|
"OverlayInstallRemoveExt": "exe,dll,pdb,config,winmd,txt,bat,ax,manifest,xshd",
|
|
"UnpackingPassword": null,
|
|
"MessageOfPage1": null,
|
|
"MessageOfPage2": null,
|
|
"MessageOfPage3": null
|
|
}
|