Disable wine debug messages

This commit is contained in:
Joseph DiGiovanni 2023-09-24 11:21:52 -04:00
parent 3425beb572
commit 9bc21e291e
3 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = rcedit-bin pkgbase = rcedit-bin
pkgdesc = Command line tool to edit resources of exe files. pkgdesc = Command line tool to edit resources of exe files.
pkgver = 1.1.1 pkgver = 1.1.1
pkgrel = 2 pkgrel = 3
url = https://github.com/electron/rcedit/ url = https://github.com/electron/rcedit/
arch = any arch = any
license = MIT license = MIT

View file

@ -2,7 +2,7 @@
pkgname=rcedit-bin pkgname=rcedit-bin
pkgver=1.1.1 pkgver=1.1.1
pkgrel=2 pkgrel=3
pkgdesc='Command line tool to edit resources of exe files.' pkgdesc='Command line tool to edit resources of exe files.'
arch=('any') arch=('any')
url='https://github.com/electron/rcedit/' url='https://github.com/electron/rcedit/'

1
rcedit
View file

@ -1,2 +1,3 @@
#!/bin/sh #!/bin/sh
export WINEDEBUG=-all
exec wine /opt/rcedit/rcedit-x64.exe "$@" exec wine /opt/rcedit/rcedit-x64.exe "$@"