Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
oltolm committed Jul 3, 2020
1 parent ceb308a commit 4d5cf12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.exe
*.dxvk-cache
*.dxvk-cache
*.zip
4 changes: 4 additions & 0 deletions release.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off
setlocal
set VERSION=0.0.1
7za.exe a dxvk_cache_tool-%VERSION%.zip dxvk_cache_tool.exe

0 comments on commit 4d5cf12

Please sign in to comment.