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
|
arch: x64
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
shell: bash
|
shell: bash
|
||||||
build: packageUberJarForCurrentOS packageDeb
|
build: packageReleaseUberJarForCurrentOS packageDeb
|
||||||
setupCl: ./scripts/SetupClUnix.sh
|
setupCl: ./scripts/SetupClUnix.sh
|
||||||
|
|
||||||
- runtime: linux-fedora-x64
|
- runtime: linux-fedora-x64
|
||||||
arch: x64
|
arch: x64
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
shell: bash
|
shell: bash
|
||||||
build: packageRpm
|
build: packageReleaseRpm
|
||||||
setupCl: ./scripts/SetupClUnix.sh
|
setupCl: ./scripts/SetupClUnix.sh
|
||||||
|
|
||||||
- runtime: osx-x64
|
- runtime: osx-x64
|
||||||
arch: x64
|
arch: x64
|
||||||
os: macOS-latest
|
os: macOS-latest
|
||||||
shell: bash
|
shell: bash
|
||||||
build: packageUberJarForCurrentOS packageDmg notarizeDmg
|
build: packageReleaseUberJarForCurrentOS packageReleaseDmg notarizeReleaseDmg
|
||||||
setupCl: ./scripts/SetupClUnix.sh
|
setupCl: ./scripts/SetupClUnix.sh
|
||||||
|
|
||||||
- runtime: win-x64
|
- runtime: win-x64
|
||||||
arch: x64
|
arch: x64
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
shell: powershell
|
shell: powershell
|
||||||
build: packageUberJarForCurrentOS packageMsi
|
build: packageReleaseUberJarForCurrentOS packageReleaseMsi
|
||||||
setupCl: ./scripts/SetupClWindows.ps1
|
setupCl: ./scripts/SetupClWindows.ps1
|
||||||
|
|
||||||
- runtime: android
|
- runtime: android
|
||||||
|
|||||||
8
.github/workflows/Preview.yml
vendored
8
.github/workflows/Preview.yml
vendored
@@ -20,28 +20,28 @@ jobs:
|
|||||||
arch: x64
|
arch: x64
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
shell: bash
|
shell: bash
|
||||||
build: packageUberJarForCurrentOS packageDeb
|
build: packageReleaseUberJarForCurrentOS packageReleaseDeb
|
||||||
setupCl: ./scripts/SetupClUnix.sh
|
setupCl: ./scripts/SetupClUnix.sh
|
||||||
|
|
||||||
- runtime: linux-fedora-x64
|
- runtime: linux-fedora-x64
|
||||||
arch: x64
|
arch: x64
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
shell: bash
|
shell: bash
|
||||||
build: packageRpm
|
build: packageReleaseRpm
|
||||||
setupCl: ./scripts/SetupClUnix.sh
|
setupCl: ./scripts/SetupClUnix.sh
|
||||||
|
|
||||||
- runtime: osx-x64
|
- runtime: osx-x64
|
||||||
arch: x64
|
arch: x64
|
||||||
os: macOS-latest
|
os: macOS-latest
|
||||||
shell: bash
|
shell: bash
|
||||||
build: packageUberJarForCurrentOS packageDmg notarizeDmg
|
build: packageReleaseUberJarForCurrentOS packageReleaseDmg notarizeReleaseDmg
|
||||||
setupCl: ./scripts/SetupClUnix.sh
|
setupCl: ./scripts/SetupClUnix.sh
|
||||||
|
|
||||||
- runtime: win-x64
|
- runtime: win-x64
|
||||||
arch: x64
|
arch: x64
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
shell: powershell
|
shell: powershell
|
||||||
build: packageUberJarForCurrentOS packageMsi
|
build: packageReleaseUberJarForCurrentOS packageReleaseMsi
|
||||||
setupCl: ./scripts/SetupClWindows.ps1
|
setupCl: ./scripts/SetupClWindows.ps1
|
||||||
|
|
||||||
- runtime: android
|
- runtime: android
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@ build/
|
|||||||
*.settings.xml
|
*.settings.xml
|
||||||
tmp/
|
tmp/
|
||||||
Tachidesk.jar
|
Tachidesk.jar
|
||||||
|
/wix311
|
||||||
|
|
||||||
# Eclipse
|
# Eclipse
|
||||||
.classpath
|
.classpath
|
||||||
|
|||||||
Reference in New Issue
Block a user