summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2021-08-27 13:07:21 +0200
committerSibren Vasse2021-08-27 13:07:21 +0200
commitb877fd29f4f8a803fec2ae9b7e4df6af7367a100 (patch)
tree3c9ace9eee97636e8cc52f860be99a570556a255
parent4372701511e48bee5918ff322d6a4d8e9c37fa5e (diff)
downloadaur-b877fd29f4f8a803fec2ae9b7e4df6af7367a100.tar.gz
fix indent
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44f9874f4545..434c2e3b7ff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ prepare() {
asar extract app.asar app
cd "$srcdir/resources/app"
- mkdir -p resources/linux/
+ mkdir -p resources/linux/
install -Dm644 "$srcdir/resources/win/systray.png" resources/linux/
prettier --write "build/*.js"