mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Remove all references to Vue
This commit is contained in:
parent
db29ac6366
commit
74d761dc84
13 changed files with 20 additions and 88 deletions
|
@ -3,11 +3,11 @@
|
|||
"build": {
|
||||
"beforeBuildCommand": "npm run build",
|
||||
"beforeDevCommand": "npm start",
|
||||
"distDir": "../dist",
|
||||
"distDir": "../public",
|
||||
"devPath": "http://127.0.0.1:8080"
|
||||
},
|
||||
"package": {
|
||||
"productName": "graphite-tauri",
|
||||
"productName": "Graphite",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"tauri": {
|
||||
|
@ -22,13 +22,7 @@
|
|||
"depends": ["librustc_codegen_spirv"]
|
||||
},
|
||||
"externalBin": [],
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
|
||||
"identifier": "rs.graphite.editor",
|
||||
"longDescription": "",
|
||||
"macOS": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue