[go: nahoru, domu]

Skip to content

Commit

Permalink
[build] Add dxvk.conf into package
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx committed Mar 29, 2023
1 parent 6cb5be6 commit 1fbf7fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ function build_arch {
fi
}

function copy_extras {
cp "$DXVK_SRC_DIR/dxvk.conf" "$DXVK_BUILD_DIR/dxvk.conf"
}

function package {
cd "$DXVK_BUILD_DIR/.."
tar -czf "$DXVK_ARCHIVE_PATH" "dxvk-macOS-$DXVK_VERSION"
Expand All @@ -84,6 +88,7 @@ function package {

build_arch 64
build_arch 32
copy_extras

if [ $opt_nopackage -eq 0 ]; then
package
Expand Down

0 comments on commit 1fbf7fd

Please sign in to comment.