mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-02-01 20:10:35 +01:00
Auto-generated by [create-pull-request][1] with **stirlingbot** [1]: https://github.com/peter-evans/create-pull-request --------- Signed-off-by: stirlingbot[bot] <stirlingbot[bot]@users.noreply.github.com> Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com> Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
90 lines
2.3 KiB
JSON
90 lines
2.3 KiB
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"productName": "Stirling-PDF",
|
|
"version": "2.4.2",
|
|
"identifier": "stirling.pdf.dev",
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:5173",
|
|
"beforeDevCommand": "npm run dev -- --mode desktop",
|
|
"beforeBuildCommand": "npm run build -- --mode desktop"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Stirling-PDF",
|
|
"width": 1280,
|
|
"height": 800,
|
|
"resizable": true,
|
|
"fullscreen": false,
|
|
"additionalBrowserArgs": "--enable-features=CertVerifierBuiltinFeature"
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": [
|
|
"deb",
|
|
"rpm",
|
|
"dmg",
|
|
"msi"
|
|
],
|
|
"icon": [
|
|
"icons/icon.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico",
|
|
"icons/16x16.png",
|
|
"icons/32x32.png",
|
|
"icons/64x64.png",
|
|
"icons/128x128.png",
|
|
"icons/192x192.png"
|
|
],
|
|
"resources": [
|
|
"libs/*.jar",
|
|
"runtime/jre/**/*"
|
|
],
|
|
"fileAssociations": [
|
|
{
|
|
"ext": [
|
|
"pdf"
|
|
],
|
|
"name": "PDF Document",
|
|
"description": "Open PDF files with Stirling-PDF",
|
|
"role": "Editor",
|
|
"mimeType": "application/pdf"
|
|
}
|
|
],
|
|
"linux": {
|
|
"deb": {
|
|
"desktopTemplate": "stirling-pdf.desktop"
|
|
}
|
|
},
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": "http://timestamp.digicert.com"
|
|
},
|
|
"macOS": {
|
|
"minimumSystemVersion": "10.15",
|
|
"signingIdentity": null,
|
|
"entitlements": null,
|
|
"providerShortName": null
|
|
}
|
|
},
|
|
"plugins": {
|
|
"shell": {
|
|
"open": true
|
|
},
|
|
"fs": {
|
|
"requireLiteralLeadingDot": false
|
|
},
|
|
"deep-link": {
|
|
"desktop": {
|
|
"schemes": [
|
|
"stirlingpdf"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|