summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph DiGiovanni2023-12-21 15:09:50 -0500
committerJoseph DiGiovanni2023-12-21 15:09:50 -0500
commitda5e91ba5e6a939f5d508d368aad5632b6add82a (patch)
treeaf3af525edb8f558fe0c44b0d141d5436968a09d
parentbe400f3ecd941375af1f5458cd91c63418e5f1c7 (diff)
downloadaur-da5e91ba5e6a939f5d508d368aad5632b6add82a.tar.gz
Update launch script
Hide all wine windows
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rwxr-xr-xrcedit2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3c9ec3b42fa..2333d0a7b2bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rcedit-bin
pkgdesc = Command line tool to edit resources of windows exe files
pkgver = 2.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/electron/rcedit/
arch = any
license = MIT
@@ -14,6 +14,6 @@ pkgbase = rcedit-bin
source = rcedit
sha256sums = 3e7801db1a5edbec91b49a24a094aad776cb4515488ea5a4ca2289c400eade2a
sha256sums = 224fcc506ef97afd088b487edab374abcad7e3d4de55fb8cce4f04328397213f
- sha256sums = 51ff67860d12a15d52794cd2fd1d1d8bd751ad30cc111890e940f6dd4c7cb84b
+ sha256sums = e599937ebd901f89899794ed78f1ca8fc6348efd996600f6c074cf39ef3a625e
pkgname = rcedit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6e642da1339b..56e0b2a9b916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rcedit-bin
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
source=("https://github.com/electron/rcedit/releases/download/v$pkgver/rcedit-x64.exe"
"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'
'224fcc506ef97afd088b487edab374abcad7e3d4de55fb8cce4f04328397213f'
- '51ff67860d12a15d52794cd2fd1d1d8bd751ad30cc111890e940f6dd4c7cb84b')
+ 'e599937ebd901f89899794ed78f1ca8fc6348efd996600f6c074cf39ef3a625e')
pkgdesc='Command line tool to edit resources of windows exe files'
arch=('any')
diff --git a/rcedit b/rcedit
index e967df795b7f..32aa13a3462c 100755
--- a/rcedit
+++ b/rcedit
@@ -1,4 +1,4 @@
#!/bin/sh
export WINEDEBUG=-all
-export WINEDLLOVERRIDES="mscoree="
+export DISPLAY=""
exec wine /opt/rcedit/rcedit-x64.exe "$@"