125 lines
3.2 KiB
JSON
125 lines
3.2 KiB
JSON
{
|
|
"appId": "com.karmaa.termix",
|
|
"productName": "Termix",
|
|
"publish": null,
|
|
"directories": {
|
|
"output": "release"
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"electron/**/*",
|
|
"public/**/*",
|
|
"!**/node_modules/**/*",
|
|
"!src/**/*",
|
|
"!*.md",
|
|
"!tsconfig*.json",
|
|
"!vite.config.ts",
|
|
"!eslint.config.js"
|
|
],
|
|
"asarUnpack": ["node_modules/node-fetch/**/*"],
|
|
"extraMetadata": {
|
|
"main": "electron/main.cjs"
|
|
},
|
|
"buildDependenciesFromSource": false,
|
|
"nodeGypRebuild": false,
|
|
"npmRebuild": true,
|
|
"win": {
|
|
"target": [
|
|
{
|
|
"target": "nsis",
|
|
"arch": ["x64", "ia32"]
|
|
},
|
|
{
|
|
"target": "msi",
|
|
"arch": ["x64", "ia32"]
|
|
}
|
|
],
|
|
"icon": "public/icon.ico",
|
|
"executableName": "Termix"
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"allowToChangeInstallationDirectory": true,
|
|
"artifactName": "termix_windows_${arch}_${version}_nsis.${ext}",
|
|
"createDesktopShortcut": true,
|
|
"createStartMenuShortcut": true,
|
|
"shortcutName": "Termix",
|
|
"uninstallDisplayName": "Termix"
|
|
},
|
|
"msi": {
|
|
"artifactName": "termix_windows_${arch}_${version}_msi.${ext}"
|
|
},
|
|
"linux": {
|
|
"target": [
|
|
{
|
|
"target": "AppImage",
|
|
"arch": ["x64", "arm64"]
|
|
},
|
|
{
|
|
"target": "deb",
|
|
"arch": ["x64", "arm64", "armv7l"]
|
|
},
|
|
{
|
|
"target": "tar.gz",
|
|
"arch": ["x64", "arm64", "armv7l"]
|
|
}
|
|
],
|
|
"icon": "public/icon.png",
|
|
"category": "Development",
|
|
"executableName": "termix",
|
|
"maintainer": "Termix <mail@termix.site>",
|
|
"desktop": {
|
|
"entry": {
|
|
"Name": "Termix",
|
|
"Comment": "A web-based server management platform",
|
|
"Keywords": "terminal;ssh;server;management;",
|
|
"StartupWMClass": "termix"
|
|
}
|
|
}
|
|
},
|
|
"appImage": {
|
|
"artifactName": "termix_linux_${arch}_${version}_appimage.${ext}"
|
|
},
|
|
"deb": {
|
|
"artifactName": "termix_linux_${arch}_${version}_deb.${ext}"
|
|
},
|
|
"mac": {
|
|
"target": [
|
|
{
|
|
"target": "mas",
|
|
"arch": "universal"
|
|
},
|
|
{
|
|
"target": "dmg",
|
|
"arch": ["universal", "x64", "arm64"]
|
|
}
|
|
],
|
|
"icon": "public/icon.icns",
|
|
"category": "public.app-category.developer-tools",
|
|
"hardenedRuntime": true,
|
|
"gatekeeperAssess": false,
|
|
"entitlements": "build/entitlements.mas.plist",
|
|
"entitlementsInherit": "build/entitlements.mas.inherit.plist",
|
|
"type": "distribution",
|
|
"minimumSystemVersion": "10.15"
|
|
},
|
|
"dmg": {
|
|
"artifactName": "termix_macos_${arch}_${version}_dmg.${ext}"
|
|
},
|
|
"mas": {
|
|
"provisioningProfile": "build/Termix_Mac_App_Store.provisionprofile",
|
|
"entitlements": "build/entitlements.mas.plist",
|
|
"entitlementsInherit": "build/entitlements.mas.inherit.plist",
|
|
"hardenedRuntime": false,
|
|
"gatekeeperAssess": false,
|
|
"asarUnpack": ["**/*.node"],
|
|
"type": "distribution",
|
|
"category": "public.app-category.developer-tools",
|
|
"artifactName": "termix_macos_${arch}_${version}_mas.${ext}",
|
|
"extendInfo": {
|
|
"ITSAppUsesNonExemptEncryption": false,
|
|
"NSAppleEventsUsageDescription": "Termix needs access to control other applications for terminal operations."
|
|
}
|
|
}
|
|
}
|