Update launch script

Hide all wine windows
This commit is contained in:
Joseph DiGiovanni 2023-12-21 15:09:50 -05:00
parent be400f3ecd
commit da5e91ba5e
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = rcedit-bin pkgbase = rcedit-bin
pkgdesc = Command line tool to edit resources of windows exe files pkgdesc = Command line tool to edit resources of windows exe files
pkgver = 2.0.0 pkgver = 2.0.0
pkgrel = 2 pkgrel = 3
url = https://github.com/electron/rcedit/ url = https://github.com/electron/rcedit/
arch = any arch = any
license = MIT license = MIT
@ -14,6 +14,6 @@ pkgbase = rcedit-bin
source = rcedit source = rcedit
sha256sums = 3e7801db1a5edbec91b49a24a094aad776cb4515488ea5a4ca2289c400eade2a sha256sums = 3e7801db1a5edbec91b49a24a094aad776cb4515488ea5a4ca2289c400eade2a
sha256sums = 224fcc506ef97afd088b487edab374abcad7e3d4de55fb8cce4f04328397213f sha256sums = 224fcc506ef97afd088b487edab374abcad7e3d4de55fb8cce4f04328397213f
sha256sums = 51ff67860d12a15d52794cd2fd1d1d8bd751ad30cc111890e940f6dd4c7cb84b sha256sums = e599937ebd901f89899794ed78f1ca8fc6348efd996600f6c074cf39ef3a625e
pkgname = rcedit-bin pkgname = rcedit-bin

View File

@ -2,7 +2,7 @@
pkgname=rcedit-bin pkgname=rcedit-bin
pkgver=2.0.0 pkgver=2.0.0
pkgrel=2 pkgrel=3
source=("https://github.com/electron/rcedit/releases/download/v$pkgver/rcedit-x64.exe" source=("https://github.com/electron/rcedit/releases/download/v$pkgver/rcedit-x64.exe"
"https://raw.githubusercontent.com/electron/rcedit/b807b34a644c86c0b0d89c7f073967e79202731a/LICENSE" "https://raw.githubusercontent.com/electron/rcedit/b807b34a644c86c0b0d89c7f073967e79202731a/LICENSE"
@ -10,7 +10,7 @@ source=("https://github.com/electron/rcedit/releases/download/v$pkgver/rcedit-x6
sha256sums=('3e7801db1a5edbec91b49a24a094aad776cb4515488ea5a4ca2289c400eade2a' sha256sums=('3e7801db1a5edbec91b49a24a094aad776cb4515488ea5a4ca2289c400eade2a'
'224fcc506ef97afd088b487edab374abcad7e3d4de55fb8cce4f04328397213f' '224fcc506ef97afd088b487edab374abcad7e3d4de55fb8cce4f04328397213f'
'51ff67860d12a15d52794cd2fd1d1d8bd751ad30cc111890e940f6dd4c7cb84b') 'e599937ebd901f89899794ed78f1ca8fc6348efd996600f6c074cf39ef3a625e')
pkgdesc='Command line tool to edit resources of windows exe files' pkgdesc='Command line tool to edit resources of windows exe files'
arch=('any') arch=('any')

2
rcedit
View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
export WINEDEBUG=-all export WINEDEBUG=-all
export WINEDLLOVERRIDES="mscoree=" export DISPLAY=""
exec wine /opt/rcedit/rcedit-x64.exe "$@" exec wine /opt/rcedit/rcedit-x64.exe "$@"