summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69cd32442435..11b0a43c5f93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vincent Post <cent@spline.de>
pkgname=xivlauncher
pkgver=6.2.31
-pkgrel=2
+pkgrel=3
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
arch=('x86_64')
url='https://github.com/goatcorp/FFXIVQuickLauncher/'
@@ -27,7 +27,7 @@ sha512sums=(
build() {
mkdir "${srcdir}/build"
cd "${srcdir}/FFXIVQuickLauncher/src/XIVLauncher.Core/"
- dotnet publish -r linux-x64 --sc -o "${srcdir}/build"
+ dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release
}
package() {