mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Use release builds for JUI
This commit is contained in:
8
.github/workflows/Build.yml
vendored
8
.github/workflows/Build.yml
vendored
@@ -20,28 +20,28 @@ jobs:
|
||||
arch: x64
|
||||
os: ubuntu-latest
|
||||
shell: bash
|
||||
build: packageUberJarForCurrentOS packageDeb
|
||||
build: packageReleaseUberJarForCurrentOS packageDeb
|
||||
setupCl: ./scripts/SetupClUnix.sh
|
||||
|
||||
- runtime: linux-fedora-x64
|
||||
arch: x64
|
||||
os: ubuntu-latest
|
||||
shell: bash
|
||||
build: packageRpm
|
||||
build: packageReleaseRpm
|
||||
setupCl: ./scripts/SetupClUnix.sh
|
||||
|
||||
- runtime: osx-x64
|
||||
arch: x64
|
||||
os: macOS-latest
|
||||
shell: bash
|
||||
build: packageUberJarForCurrentOS packageDmg notarizeDmg
|
||||
build: packageReleaseUberJarForCurrentOS packageReleaseDmg notarizeReleaseDmg
|
||||
setupCl: ./scripts/SetupClUnix.sh
|
||||
|
||||
- runtime: win-x64
|
||||
arch: x64
|
||||
os: windows-latest
|
||||
shell: powershell
|
||||
build: packageUberJarForCurrentOS packageMsi
|
||||
build: packageReleaseUberJarForCurrentOS packageReleaseMsi
|
||||
setupCl: ./scripts/SetupClWindows.ps1
|
||||
|
||||
- runtime: android
|
||||
|
||||
8
.github/workflows/Preview.yml
vendored
8
.github/workflows/Preview.yml
vendored
@@ -20,28 +20,28 @@ jobs:
|
||||
arch: x64
|
||||
os: ubuntu-latest
|
||||
shell: bash
|
||||
build: packageUberJarForCurrentOS packageDeb
|
||||
build: packageReleaseUberJarForCurrentOS packageReleaseDeb
|
||||
setupCl: ./scripts/SetupClUnix.sh
|
||||
|
||||
- runtime: linux-fedora-x64
|
||||
arch: x64
|
||||
os: ubuntu-latest
|
||||
shell: bash
|
||||
build: packageRpm
|
||||
build: packageReleaseRpm
|
||||
setupCl: ./scripts/SetupClUnix.sh
|
||||
|
||||
- runtime: osx-x64
|
||||
arch: x64
|
||||
os: macOS-latest
|
||||
shell: bash
|
||||
build: packageUberJarForCurrentOS packageDmg notarizeDmg
|
||||
build: packageReleaseUberJarForCurrentOS packageReleaseDmg notarizeReleaseDmg
|
||||
setupCl: ./scripts/SetupClUnix.sh
|
||||
|
||||
- runtime: win-x64
|
||||
arch: x64
|
||||
os: windows-latest
|
||||
shell: powershell
|
||||
build: packageUberJarForCurrentOS packageMsi
|
||||
build: packageReleaseUberJarForCurrentOS packageReleaseMsi
|
||||
setupCl: ./scripts/SetupClWindows.ps1
|
||||
|
||||
- runtime: android
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@ build/
|
||||
*.settings.xml
|
||||
tmp/
|
||||
Tachidesk.jar
|
||||
/wix311
|
||||
|
||||
# Eclipse
|
||||
.classpath
|
||||
|
||||
Reference in New Issue
Block a user