Skip to content

Commit

Permalink
fix: fix app not loading on linux builds
Browse files Browse the repository at this point in the history
- update tauri
- fix dist directory path

BREAKING CHANGES
  • Loading branch information
ZanzyTHEbar committed May 9, 2023
1 parent 0ba5387 commit 9ef599d
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"cSpell.words": ["clippy", "shakram", "tamasfe"]
"cSpell.words": ["appimage", "clippy", "jsketcher", "shakram", "tamasfe"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-stage-2": "^7.8.3",
"@babel/preset-typescript": "^7.18.6",
"@tauri-apps/cli": "^1.2.3",
"@tauri-apps/cli": "^1.3.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.45.1",
Expand Down Expand Up @@ -84,7 +84,7 @@
"dependencies": {
"@dxfjs/parser": "^0.2.0",
"@tarikjabiri/dxf": "^2.6.2",
"@tauri-apps/api": "^1.2.0",
"@tauri-apps/api": "^1.3.0",
"@types/three": "^0.146.0",
"browser-xml2js": "^0.4.19",
"classnames": "^2.3.2",
Expand Down
70 changes: 35 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified scripts/setup_tauri_dev_linux.sh
100644 → 100755
Empty file.
Loading

0 comments on commit 9ef599d

Please sign in to comment.