Skip to content

Commit

Permalink
Version 0.15.1 (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 authored Jan 25, 2025
2 parents fbbdbd5 + e091f9b commit c15a09a
Show file tree
Hide file tree
Showing 35 changed files with 1,129 additions and 1,026 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,19 @@ jobs:
- platform: "ubuntu-22.04"
target: "x86_64-unknown-linux-gnu"
args: "appimage deb rpm"
bundle-name: Linux
bundle-name: Linux-x86_64
bundle-path: |
target/release/bundle/**/*.deb
target/release/bundle/**/*.rpm
target/release/bundle/**/*.AppImage
# - platform: "ubuntu-22.04-arm"
# target: "aarch64-unknown-linux-gnu"
# args: "appimage deb rpm"
# bundle-name: Linux-aarch64
# bundle-path: |
# target/release/bundle/**/*.deb
# target/release/bundle/**/*.rpm
# target/release/bundle/**/*.AppImage
- platform: "windows-latest"
target: "x86_64-pc-windows-msvc"
args: "msi nsis"
Expand All @@ -52,7 +60,7 @@ jobs:
sed -i.old -e 's/"createUpdaterArtifacts": "v1Compatible"/"createUpdaterArtifacts": false/' owmods_gui/backend/tauri.conf.json
shell: bash
- name: Install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04'
if: startsWith(matrix.platform, 'ubuntu')
run: |
sudo apt update
sudo apt install libwebkit2gtk-4.1-dev \
Expand Down
Loading

0 comments on commit c15a09a

Please sign in to comment.