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
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

View File

@ -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/'

1
rcedit
View File

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