mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 03:40:50 +00:00
little minor fixes
This commit is contained in:
@@ -48,6 +48,7 @@ package() {
|
||||
/usr/bin/python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
install -d "$pkgdir/opt/lce_qt_launcher"
|
||||
cp -r data assets "$pkgdir"
|
||||
cp ../data/lce_qt_launcher.ini "$pkgdir/etc/lce_qt_launcher.ini"
|
||||
install -Dm644 "pkg/github.io.xgui4.lce_qt_launcher.desktop" "$pkgdir/usr/share/applications/github.io.xgui4.lce_qt_launcher.desktop"
|
||||
install -Dm644 license.md -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 readme.md code-of-conduct.md -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Maintainer: Xgui4
|
||||
pkgname=lce-qt-launcher-pre-alpha
|
||||
pkgver=r140.2c189c6
|
||||
pkgver=r142.b62f02d
|
||||
pkgrel=1
|
||||
pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind."
|
||||
arch=('any')
|
||||
@@ -48,7 +48,7 @@ package() {
|
||||
/usr/bin/python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
install -d "$pkgdir/opt/lce_qt_launcher"
|
||||
cp -r data assets "$pkgdir"
|
||||
cp
|
||||
cp ../data/lce_qt_launcher.ini "$pkgdir/etc/lce_qt_launcher.ini"
|
||||
install -Dm644 "pkg/github.io.xgui4.lce_qt_launcher.desktop" "$pkgdir/usr/share/applications/github.io.xgui4.lce_qt_launcher.desktop"
|
||||
install -Dm644 license.md -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 readme.md code-of-conduct.md -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
|
||||
Reference in New Issue
Block a user