fix(tauri.js) determine app path correctly (#493)

* fix(tauri.js) determine app path correctly

* fix(lint): replace backtick with single-quote

* fix(tests) mock app-paths

* fix(tauri.js) linting

* fix(test) use local tauri on empty fixture

* fix(tauri.js) linting

* fix(workflows) use local tauri-bundler test-tauri-js-cli

* fix(workflows) wrong cargo install command

* fix(tauri) comment webview-spawning test

Co-authored-by: nothingismagick <denjell@sfosc.org>
This commit is contained in:
Lucas Fernandes Nogueira
2020-03-09 21:27:54 -03:00
committed by GitHub
parent b95319bd74
commit 37afc5b0dc
14 changed files with 68 additions and 43 deletions

View File

@@ -70,7 +70,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
- run: cargo install tauri-bundler --force
- run: cargo install --path ./cli/tauri-bundler --force
- name: test
timeout-minutes: 15
run: |