fix: line ending issues for deb/rpm

This commit is contained in:
Ryan Dowling 2022-07-30 10:52:22 +10:00
parent 6eb39ce9fe
commit e93f4a87dd
No known key found for this signature in database
GPG key ID: 5539FCDB88950EFD
3 changed files with 3 additions and 3 deletions

View file

@ -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 .

View file

@ -1,5 +1,5 @@
Package: atlauncher
Version: 1.2-1
Version: 1.3-1
Section: games
Priority: optional
Architecture: all

View file

@ -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.