fix: remove headless dependency from debian package
This commit is contained in:
parent
1b92422bd6
commit
f19a25878c
3 changed files with 4 additions and 3 deletions
|
@ -10,3 +10,4 @@ This changelog only contains the changes that are unreleased. For changes for in
|
|||
### Fixes
|
||||
|
||||
### Misc
|
||||
- Remove headless dependency from debian package
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@REM @REM Deb packaging
|
||||
docker build -t atlauncher/atlauncher-packaging-linux-deb -f deb/Dockerfile .
|
||||
docker run --rm -i -v %cd%\out:/work/out -w /work/out atlauncher/atlauncher-packaging-linux-deb dpkg-deb --build ../atlauncher atlauncher-1.1-1.deb
|
||||
docker run --rm -i -v %cd%\out:/work/out -w /work/out atlauncher/atlauncher-packaging-linux-deb dpkg-deb --build ../atlauncher atlauncher-1.2-1.deb
|
||||
|
||||
@REM RPM packaging
|
||||
docker build -t atlauncher/atlauncher-packaging-linux-rpm -f rpm/Dockerfile .
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
Package: atlauncher
|
||||
Version: 1.0-1
|
||||
Version: 1.2-1
|
||||
Section: games
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: default-jre-headless | java8-runtime-headless | java8-runtime | java-8-runtime, wget, desktop-file-utils
|
||||
Depends: java17-runtime | java-17-runtime | java8-runtime | java-8-runtime, wget, desktop-file-utils
|
||||
Installed-Size: 2220
|
||||
Maintainer: Ryan Dowling <ryan.dowling@atlauncher.com>
|
||||
Description: A launcher for Minecraft which integrates multiple different modpacks to allow you to download and install modpacks easily and quickly.
|
||||
|
|
Loading…
Reference in a new issue