aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authorRemy Raes <raes.remy@gmail.com>2022-10-03 17:45:07 +0200
committerRemy Raes <raes.remy@gmail.com>2022-10-03 17:45:07 +0200
commit03f56784b021718aa3410314cb6364ead831aa08 (patch)
tree820b63043dff3514631b21dc3eb79d88e579aba0 /src-tauri
parent43d61ce21507d63c82c2252a164d314a18968359 (diff)
downloadFlightCore-03f56784b021718aa3410314cb6364ead831aa08.tar.gz
FlightCore-03f56784b021718aa3410314cb6364ead831aa08.zip
build: remove old tauri config file
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/tauri.conf.json.old69
1 files changed, 0 insertions, 69 deletions
diff --git a/src-tauri/tauri.conf.json.old b/src-tauri/tauri.conf.json.old
deleted file mode 100644
index 712e1856..00000000
--- a/src-tauri/tauri.conf.json.old
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "$schema": "../node_modules/@tauri-apps/cli/schema.json",
- "build": {
- "beforeBuildCommand": "",
- "beforeDevCommand": "",
- "devPath": "http://localhost:8080/",
- "distDir": "../dist"
- },
- "package": {
- "productName": "flightcore",
- "version": "0.1.2"
- },
- "tauri": {
- "allowlist": {
- "all": true
- },
- "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"
- ],
- "identifier": "com.github.geckoeidechse.flightcore",
- "longDescription": "",
- "macOS": {
- "entitlements": null,
- "exceptionDomain": "",
- "frameworks": [],
- "providerShortName": null,
- "signingIdentity": null
- },
- "resources": [],
- "shortDescription": "",
- "targets": "all",
- "windows": {
- "certificateThumbprint": null,
- "digestAlgorithm": "sha256",
- "timestampUrl": ""
- }
- },
- "security": {
- "csp": null
- },
- "updater": {
- "active": true,
- "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEVBNjM3NzJGRDgxMTU4NUUKUldSZVdCSFlMM2RqNmdhK3pIZjhEYWg2WnZGSFJqdkhLSHNOSjNhaW5VQVFLaHV3YWFDTnFKWWQK",
- "endpoints": [
- "https://github.com/GeckoEidechse/FlightCore/releases/latest/download/latest-release.json"
- ],
- "dialog": true
- },
- "windows": [
- {
- "fullscreen": false,
- "resizable": true,
- "title": "FlightCore"
- }
- ]
- }
-} \ No newline at end of file