v0.2.0
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
			
		||||
  },
 | 
			
		||||
  "package": {
 | 
			
		||||
    "productName": "domino-client",
 | 
			
		||||
    "version": "0.1.11"
 | 
			
		||||
    "version": "0.2.0"
 | 
			
		||||
  },
 | 
			
		||||
  "tauri": {
 | 
			
		||||
    "allowlist": {
 | 
			
		||||
@@ -16,16 +16,10 @@
 | 
			
		||||
        "all": true
 | 
			
		||||
      },
 | 
			
		||||
      "fs": {
 | 
			
		||||
        "copyFile": true,
 | 
			
		||||
        "createDir": true,
 | 
			
		||||
        "exists": true,
 | 
			
		||||
        "readDir": true,
 | 
			
		||||
        "readFile": true,
 | 
			
		||||
        "removeDir": true,
 | 
			
		||||
        "removeFile": true,
 | 
			
		||||
        "renameFile": true,
 | 
			
		||||
        "scope": ["$APPDATA/*", "$APP/*"],
 | 
			
		||||
        "writeFile": true,
 | 
			
		||||
        "scope": {
 | 
			
		||||
          "allow": ["$APPDATA/data/**", "$APPDATA/data/*", "$APPDATA/data", "$APPDATA/*"],
 | 
			
		||||
          "requireLiteralLeadingDot": false
 | 
			
		||||
        },
 | 
			
		||||
        "all": true
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
@@ -78,7 +72,7 @@
 | 
			
		||||
        "fullscreen": false,
 | 
			
		||||
        "height": 720,
 | 
			
		||||
        "resizable": true,
 | 
			
		||||
        "title": "Domino v0.1.11",
 | 
			
		||||
        "title": "Domino v0.2.0",
 | 
			
		||||
        "width": 1280,
 | 
			
		||||
        "minHeight": 720,
 | 
			
		||||
        "minWidth": 1280,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user