Files
modeling-app/src-tauri/tauri.conf.json

104 lines
2.4 KiB
JSON
Raw Normal View History

{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeBuildCommand": "yarn build:both",
"beforeDevCommand": "yarn start",
"devPath": "http://localhost:3000",
"distDir": "../build"
},
"package": {
"productName": "kittycad-modeling",
2023-10-26 04:27:29 -07:00
"version": "0.11.1"
},
"tauri": {
"allowlist": {
2023-06-19 10:16:45 +10:00
"all": false,
"dialog": {
"all": true,
"ask": true,
"confirm": true,
"message": true,
"open": true,
"save": true
},
"fs": {
Signed Auto-Updates and CI Reorg (#251) * Start to add things to updater section * Fix public key * Fix conf.json * Add secrets * Add localhost updater endpoint * Revert "Add localhost updater endpoint" This reverts commit e9e08868aacf715a219b2c4053bcc7d48add12f1. * Add localhost updater endpoint * Bump to 0.0.4 * Back to current v0.0.3 with localhost updater * Bump to 0.0.4 for testing purpose * Back to 0.0.3 and ngrok https endpoint * Bump to fake 0.0.4 * revert 19761baba632c6196555eb8ad8cc87b8a644c4bd and back to 0.0.3 * Revert "revert 19761baba632c6196555eb8ad8cc87b8a644c4bd and back to 0.0.3" This reverts commit 763cc1ee473bd89f964d02db22599dd8ada35d1c. * Back to 0.0.3, new releases endpoint * Add template static json endpoint * Add Google Cloud actions * Test multi-job single-workflow CI for build, test, release * Clean up * Reorg to comply with non-persistence * Reshuffle to speed things up * Clean up * Missing node sync in build-test-web * Further download test * Clean up * Test simpler name, add TODOs, preparing endpoint.json * Draft static endpoint generation * Fix a few things on endpoint.json * Test google cloud upload * Replace non-existing version with temporary * Try to have working test upload to bucket * Fixes, version output, first attemp at test release and endpoint upload * Fix jq * Try to fix json * Fix typo * Fix attempt * Trying to fix the version issue * Add back test release upload to bucket * WIP * parent: false * One upload per release * WIP * Test bump to 0.0.4 * Back to 0.0.3 with test endpoint URL * Bump to 0.0.4 for testing purpose * Remove test/ dir, put back release check * Back to 0.0.3 * Clean up
2023-08-21 07:37:03 -04:00
"scope": [
"$HOME/**/*",
"$APPDATA/**/*"
],
2023-06-19 10:16:45 +10:00
"all": true
},
"http": {
"request": true,
"scope": [
"https://dev.kittycad.io/*",
"https://kittycad.io/*",
"https://api.dev.kittycad.io/*"
]
},
"os": {
"all": true
},
"shell": {
"open": true
},
"path": {
"all": true
2023-06-19 10:16:45 +10:00
}
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"copyright": "",
"deb": {
"depends": []
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
Signed Auto-Updates and CI Reorg (#251) * Start to add things to updater section * Fix public key * Fix conf.json * Add secrets * Add localhost updater endpoint * Revert "Add localhost updater endpoint" This reverts commit e9e08868aacf715a219b2c4053bcc7d48add12f1. * Add localhost updater endpoint * Bump to 0.0.4 * Back to current v0.0.3 with localhost updater * Bump to 0.0.4 for testing purpose * Back to 0.0.3 and ngrok https endpoint * Bump to fake 0.0.4 * revert 19761baba632c6196555eb8ad8cc87b8a644c4bd and back to 0.0.3 * Revert "revert 19761baba632c6196555eb8ad8cc87b8a644c4bd and back to 0.0.3" This reverts commit 763cc1ee473bd89f964d02db22599dd8ada35d1c. * Back to 0.0.3, new releases endpoint * Add template static json endpoint * Add Google Cloud actions * Test multi-job single-workflow CI for build, test, release * Clean up * Reorg to comply with non-persistence * Reshuffle to speed things up * Clean up * Missing node sync in build-test-web * Further download test * Clean up * Test simpler name, add TODOs, preparing endpoint.json * Draft static endpoint generation * Fix a few things on endpoint.json * Test google cloud upload * Replace non-existing version with temporary * Try to have working test upload to bucket * Fixes, version output, first attemp at test release and endpoint upload * Fix jq * Try to fix json * Fix typo * Fix attempt * Trying to fix the version issue * Add back test release upload to bucket * WIP * parent: false * One upload per release * WIP * Test bump to 0.0.4 * Back to 0.0.3 with test endpoint URL * Bump to 0.0.4 for testing purpose * Remove test/ dir, put back release check * Back to 0.0.3 * Clean up
2023-08-21 07:37:03 -04:00
"identifier": "io.kittycad.modeling-app",
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": "F4C9A52FF7BC26EE5E054946F6B11DEEA94C748D",
"digestAlgorithm": "sha256",
"timestampUrl": "http://timestamp.digicert.com"
}
},
"security": {
"csp": null
},
"updater": {
Signed Auto-Updates and CI Reorg (#251) * Start to add things to updater section * Fix public key * Fix conf.json * Add secrets * Add localhost updater endpoint * Revert "Add localhost updater endpoint" This reverts commit e9e08868aacf715a219b2c4053bcc7d48add12f1. * Add localhost updater endpoint * Bump to 0.0.4 * Back to current v0.0.3 with localhost updater * Bump to 0.0.4 for testing purpose * Back to 0.0.3 and ngrok https endpoint * Bump to fake 0.0.4 * revert 19761baba632c6196555eb8ad8cc87b8a644c4bd and back to 0.0.3 * Revert "revert 19761baba632c6196555eb8ad8cc87b8a644c4bd and back to 0.0.3" This reverts commit 763cc1ee473bd89f964d02db22599dd8ada35d1c. * Back to 0.0.3, new releases endpoint * Add template static json endpoint * Add Google Cloud actions * Test multi-job single-workflow CI for build, test, release * Clean up * Reorg to comply with non-persistence * Reshuffle to speed things up * Clean up * Missing node sync in build-test-web * Further download test * Clean up * Test simpler name, add TODOs, preparing endpoint.json * Draft static endpoint generation * Fix a few things on endpoint.json * Test google cloud upload * Replace non-existing version with temporary * Try to have working test upload to bucket * Fixes, version output, first attemp at test release and endpoint upload * Fix jq * Try to fix json * Fix typo * Fix attempt * Trying to fix the version issue * Add back test release upload to bucket * WIP * parent: false * One upload per release * WIP * Test bump to 0.0.4 * Back to 0.0.3 with test endpoint URL * Bump to 0.0.4 for testing purpose * Remove test/ dir, put back release check * Back to 0.0.3 * Clean up
2023-08-21 07:37:03 -04:00
"active": true,
"endpoints": [
"https://dl.kittycad.io/releases/modeling-app/last_update.json"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEUzNzA4MjBEQjFBRTY4NzYKUldSMmFLNnhEWUp3NCtsT21Jd05wQktOaGVkOVp6MUFma0hNTDRDSnI2RkJJTEZOWG1ncFhqcU8K"
},
"windows": [
{
"fullscreen": false,
2023-06-19 10:16:45 +10:00
"height": 1200,
"resizable": true,
"title": "KittyCAD Modeling",
2023-06-19 10:16:45 +10:00
"width": 1800
}
]
}
}