Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2019-02-25 17:41:28 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2019-02-25 20:28:08 +0300
commit174dbcafa6cfce1f117f7b608d54fc4847cea355 (patch)
treef4ce0eacfc7e19ecee13e893aa7196aa322e82e3 /package-release.sh
parente03b574cc14fa7333f1636e983f86b3ab9a2edcf (diff)
[utils] Add new setup script
Allows using wine's DXGI implementation by default. Supports both symlinking and copying the DLLs. We'll ship this new script instead of the winetricks verb.
Diffstat (limited to 'package-release.sh')
-rwxr-xr-xpackage-release.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/package-release.sh b/package-release.sh
index 832f5531..6845078d 100755
--- a/package-release.sh
+++ b/package-release.sh
@@ -45,8 +45,9 @@ function build_arch {
rm -R "$DXVK_BUILD_DIR/install.$1"
}
-function build_verb {
- cp "$DXVK_SRC_DIR/utils/setup_dxvk.verb" "$DXVK_BUILD_DIR/setup_dxvk.verb"
+function build_script {
+ cp "$DXVK_SRC_DIR/setup_dxvk.sh" "$DXVK_BUILD_DIR/setup_dxvk.sh"
+ chmod +x "$DXVK_BUILD_DIR/setup_dxvk.sh"
}
function package {
@@ -57,7 +58,7 @@ function package {
build_arch 64
build_arch 32
-build_verb
+build_script
if [ "$3" != "--no-package" ]; then
package