mirror of
				https://github.com/JonasKruckenberg/tauri-build.git
				synced 2025-11-03 23:53:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			66 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../node_modules/@tauri-apps/cli/schema.json",
 | 
						|
  "build": {
 | 
						|
    "beforeBuildCommand": "",
 | 
						|
    "beforeDevCommand": "",
 | 
						|
    "devPath": "../dist",
 | 
						|
    "distDir": "../dist"
 | 
						|
  },
 | 
						|
  "package": {
 | 
						|
    "productName": "fixture",
 | 
						|
    "version": "0.1.0"
 | 
						|
  },
 | 
						|
  "tauri": {
 | 
						|
    "allowlist": {
 | 
						|
      "all": false
 | 
						|
    },
 | 
						|
    "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.tauri-build.test",
 | 
						|
      "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": false
 | 
						|
    },
 | 
						|
    "windows": [
 | 
						|
      {
 | 
						|
        "fullscreen": false,
 | 
						|
        "height": 600,
 | 
						|
        "resizable": true,
 | 
						|
        "title": "Tauri App",
 | 
						|
        "width": 800
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  }
 | 
						|
} |