From c27e50f6af7761bfcbdda7e6a2841a1079c50745 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Mon, 18 Apr 2022 16:15:21 +1200 Subject: [PATCH] Actually include the service in the debian file (FAIL) --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7b20a6..33bebd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,10 +102,12 @@ jobs: cp HISPd/bin/x64/Linux/net7.0/linux-x64/publish/libe_sqlite3.so /mnt/fucking-windows/Debian64/usr/lib/libe_sqlite3.so 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 + cp HISPd/Resources/HISP.service /mnt/fucking-windows/Debian64/etc/systemd/system/HISP.service 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 + dos2unix /mnt/fucking-windows/Debian64/etc/systemd/system/HISP.service chmod 644 -R /mnt/fucking-windows/Debian64 chmod +x /mnt/fucking-windows/Debian64/usr/bin/HISPd chmod 755 -R /mnt/fucking-windows/Debian64/DEBIAN