Skip to content

Commit

Permalink
fix build.py typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shinrax2 committed Apr 14, 2024
1 parent 35bb122 commit 0e21ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ d8vk_cache/*
d8vk_deployments.json
d8vk_cache.json
test.py
.python-version
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import PyInstaller.__main__

args_dxvk = [
dxvk_args = [
"--name=dxvk-tool",
"--clean",
"--onefile",
"dxvk-tool.py"
]
args_d8vk = [
d8vk_args = [
"--name=d8vk-tool",
"--clean",
"--onefile",
Expand Down

0 comments on commit 0e21ce6

Please sign in to comment.