Disable wine debug messages
This commit is contained in:
parent
3425beb572
commit
9bc21e291e
3 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -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
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -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
1
rcedit
|
@ -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 "$@"
|
||||||
|
|
Loading…
Reference in a new issue