Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Fix artifact build
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer authored Jul 25, 2022
1 parent 3239518 commit dea7f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/alpha-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
if: matrix.NAME == 'linux'
run: >
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0 libayatana-appindicator-dev
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- name: Install app dependencies and build it
run: npm ci && npm run build:alpha
- uses: tauri-apps/tauri-action@v0
Expand All @@ -40,7 +39,6 @@ jobs:
- name: Remove useless folders
run: >
rm -rf core/target/release/build
rm -rf core/target/release/deps
shell: bash
- name: Upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion core/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn main() {

tauri::Builder::default()
.invoke_handler(tauri::generate_handler![
auto_launch::auto_launch,
// auto_launch::auto_launch,
system_info::system_info,
encrypt_password::encrypt_password,
encrypt_password::verify_password
Expand Down

0 comments on commit dea7f6f

Please sign in to comment.