diff --git a/.SRCINFO b/.SRCINFO index 4ea338b..cf92ed4 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 874d560..b5f5c80 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 e3ff267..d1e527c 100755 --- a/rcedit +++ b/rcedit @@ -1,2 +1,3 @@ #!/bin/sh +export WINEDEBUG=-all exec wine /opt/rcedit/rcedit-x64.exe "$@"