diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index b2b53ec..b4beffe 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -22,12 +22,13 @@ jobs: profile: minimal override: true - # 3. Install Linux dependencies for Tauri + # 3. Install Linux dependencies for Tauri + AppImage - name: Install Linux dependencies run: | sudo apt-get update sudo apt-get install -y \ libfuse2 \ + patchelf \ libssl-dev \ libgtk-3-dev \ libayatana-appindicator3-dev \ @@ -38,12 +39,11 @@ jobs: pkg-config \ xdg-utils - # 4. Install Tauri CLI - name: Install Tauri CLI run: cargo install tauri-cli - # 5. Build Tauri release binary + # 5. Build Tauri release binary + bundles - name: Build Tauri release run: | cd src-tauri @@ -75,4 +75,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: tauri-appimage - path: src-tauri/target/release/bundle/appimage/*.AppImage \ No newline at end of file + path: src-tauri/target/release/bundle/appimage/*.AppImage