mirror of
https://github.com/ow-mods/ow-mod-man.git
synced 2025-12-11 20:15:50 +01:00
[META] Disable updater on deb builds
This commit is contained in:
parent
20067a93c2
commit
07a43d3fe8
5
.github/workflows/nightly_build.yml
vendored
5
.github/workflows/nightly_build.yml
vendored
@ -50,6 +50,11 @@ jobs:
|
||||
- name: Install Tauri CLI
|
||||
run: npm add -g @tauri-apps/cli
|
||||
|
||||
- name: Disable Tauri Updater
|
||||
if: matrix.platform == 'ubuntu-20.04'
|
||||
run: |
|
||||
cargo xtask gui_disable_updater
|
||||
|
||||
- name: Build GUI
|
||||
run: tauri build --ci -b $([[ ${{ matrix.platform }} = 'windows-latest' ]] && echo 'msi nsis' || echo 'appimage deb')
|
||||
shell: bash
|
||||
|
||||
5
.github/workflows/release_gui.yml
vendored
5
.github/workflows/release_gui.yml
vendored
@ -42,6 +42,11 @@ jobs:
|
||||
working-directory: owmods_gui/frontend
|
||||
run: npm install
|
||||
|
||||
- name: Disable Tauri Updater
|
||||
if: matrix.platform == 'ubuntu-20.04'
|
||||
run: |
|
||||
cargo xtask gui_disable_updater
|
||||
|
||||
- name: Build GUI
|
||||
uses: tauri-apps/tauri-action@dev
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user