From 00302f3d77df5818a0db8169fe109fc78d225f7a Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Mon, 18 Apr 2022 12:53:14 +1200 Subject: [PATCH] CAN THE WORKFLOW JUST WORK --- .github/workflows/build.yml | 5 +++++ HorseIsleServer/HISPd/Resources/DEBIAN/conffiles | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 616525a..cedb046 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,7 @@ jobs: continue-on-error: false shell: wsl-bash -u root {0} run: | + apt install -y dos2unix mkdir /mnt/fucking-windows mount -t tmpfs -o size=800M tmpfs /mnt/fucking-windows mkdir /mnt/fucking-windows/Debian64 @@ -62,6 +63,10 @@ jobs: cp HISPd/bin/x64/Linux/net7.0/linux-x64/publish/HI1.MAP /mnt/fucking-windows/Debian64/etc/hisp/HI1.MAP cp HISPd/bin/x64/Linux/net7.0/linux-x64/publish/HISPd /mnt/fucking-windows/Debian64/usr/bin/HISPd chmod +x /mnt/fucking-windows/Debian64/usr/bin/HISPd + dos2unix /mnt/fucking-windows/Debian64/DEBIAN/conffiles + dos2unix /mnt/fucking-windows/Debian64/DEBIAN/control + dos2unix /mnt/fucking-windows/Debian64/DEBIAN/postinst + dos2unix /mnt/fucking-windows/Debian64/DEBIAN/postrm dpkg-deb --build /mnt/fucking-windows/Debian64 diff --git a/HorseIsleServer/HISPd/Resources/DEBIAN/conffiles b/HorseIsleServer/HISPd/Resources/DEBIAN/conffiles index 939b515..5ecd5c1 100644 --- a/HorseIsleServer/HISPd/Resources/DEBIAN/conffiles +++ b/HorseIsleServer/HISPd/Resources/DEBIAN/conffiles @@ -1,2 +1,2 @@ -/etc/hisp/server.properties -/etc/hisp/CrossDomainPolicy.xml +/etc/hisp/server.properties +/etc/hisp/CrossDomainPolicy.xml