fix: line ending issues for deb/rpm
This commit is contained in:
parent
6eb39ce9fe
commit
e93f4a87dd
3 changed files with 3 additions and 3 deletions
|
@ -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.2-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.3-1.deb
|
||||
|
||||
@REM RPM packaging
|
||||
docker build -t atlauncher/atlauncher-packaging-linux-rpm -f rpm/Dockerfile .
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Package: atlauncher
|
||||
Version: 1.2-1
|
||||
Version: 1.3-1
|
||||
Section: games
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: atlauncher
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: 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