summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCranky Supertoon2020-09-10 18:12:27 -0400
committerCranky Supertoon2020-09-10 18:12:27 -0400
commita0c753fee6e01b02dcf8b719cd053aa970219414 (patch)
tree057cd7601c38bb02ff6e5e1cd290fcba6400e361
parent145269f227f865bffd473bfbab09476d1efee21d (diff)
downloadaur-a0c753fee6e01b02dcf8b719cd053aa970219414.tar.gz
Okay then. These need to be reversed
-rw-r--r--PKGBUILD2
-rw-r--r--README.md15
2 files changed, 1 insertions, 16 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 949c953dfcaf..9776d2b531c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ prepare() {
# extract appimage (didn't know this was possible)
"${srcdir}/GDLauncher-linux-setup.AppImage" --appimage-extract
cd "${srcdir}"
- gendesk -f --pkgname "GDLauncher" --pkgdesc "${pkgdesc}" --icon ${pkgname} --exec "/usr/bin/${pkgname}" -n
+ gendesk --pkgname "GDLauncher" --pkgdesc "${pkgdesc}" --icon ${pkgname} --exec "/usr/bin/${pkgname}" -n -f
mv "GDLauncher.desktop" "${pkgname}.desktop"
}
diff --git a/README.md b/README.md
deleted file mode 100644
index 302de32808c8..000000000000
--- a/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# gdlauncher-appimage
-AUR package for [GDLauncher](https://gdevs.io)
-
-Based off [hyper-appimage](https://aur.archlinux.org/packages/hyper-appimage).
-
-## Why does this exist?
-One day I decided to make this package. I was bored. No other reason :)
-
-## How does this work?
-I didn't even know this until I created the package, but if you run a AppImage with `--appimage-extract` it will extract all its contents into a `squashfs-root` folder.
-
-From there, we can move the folder's contents into somewhere like `/opt/gdlauncher` and point a .desktop file to the executable, and we've just installed a appimage on our system!
-
-## License
-MIT (like GDLauncher itself) \ No newline at end of file