summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Giebert2022-02-04 09:24:20 +0100
committerDominic Giebert2022-02-04 09:24:20 +0100
commitdef0088b6e3c8747a717fac9777b358a39fcd3eb (patch)
tree50b11ce9539dacb18ec496b01f3a7296d9cef2ac
parent79b2f79a75f7cf29e154255693121e9ce397c4ed (diff)
downloadaur-def0088b6e3c8747a717fac9777b358a39fcd3eb.tar.gz
Added option to enable try
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6db086386b5..461f7c235e0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,8 @@ prepare() {
cd "${pkgname}-${pkgver}"
sed -i "s|childProcess.execFileSync('git', \['describe', '--tags'\]).toString().trim()|'v${pkgver}'|g" scripts/build.mjs
+ # Uncomment if you want to have the tray functionality
+ # sed -i "/if (os.platform() === 'linux' \&\& !settings.isFirstRun()) {\$/,+2d" background.ts
}