summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph DiGiovanni2023-09-24 11:21:52 -0400
committerJoseph DiGiovanni2023-09-24 11:21:52 -0400
commit9bc21e291e4f59821ae2f459d3846345628408ab (patch)
treedff426a7b05f3b8c4eeae24838160a2ab77fe125
parent3425beb572139711a37accab75a26d27064ca8d5 (diff)
downloadaur-9bc21e291e4f59821ae2f459d3846345628408ab.tar.gz
Disable wine debug messages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xrcedit1
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea338ba4b4c..cf92ed46e2c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rcedit-bin
pkgdesc = Command line tool to edit resources of exe files.
pkgver = 1.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/electron/rcedit/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 874d5607eda5..b5f5c8033b15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rcedit-bin
pkgver=1.1.1
-pkgrel=2
+pkgrel=3
pkgdesc='Command line tool to edit resources of exe files.'
arch=('any')
url='https://github.com/electron/rcedit/'
diff --git a/rcedit b/rcedit
index e3ff2679fe5d..d1e527cfd500 100755
--- a/rcedit
+++ b/rcedit
@@ -1,2 +1,3 @@
#!/bin/sh
+export WINEDEBUG=-all
exec wine /opt/rcedit/rcedit-x64.exe "$@"