[go: nahoru, domu]

Skip to content

Commit

Permalink
[meta] Don't try to package setup script in a release tarball
Browse files Browse the repository at this point in the history
cherry picked from commit doitsujin@57176e7
  • Loading branch information
Gcenx committed Mar 14, 2023
1 parent a37440b commit 0d143aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ function build_arch {
fi
}

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 {
cd "$DXVK_BUILD_DIR/.."
tar -czf "$DXVK_ARCHIVE_PATH" "dxvk-$DXVK_VERSION"
Expand All @@ -89,7 +84,6 @@ function package {

build_arch 64
build_arch 32
build_script

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

0 comments on commit 0d143aa

Please sign in to comment.