Skip to content

Commit

Permalink
Add helper bat files for rookies
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Jan 22, 2022
1 parent 209b40f commit 52c4726
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
cp "C:/Program Files/OpenSSL-Win64/bin/libssl*.dll" "$release_name/"
cp "C:/Program Files/OpenSSL-Win64/bin/libcrypto*.dll" "$release_name/"
cp "../../COPYING" "$release_name/LICENSE.txt"
cp "../../*.bat" "$release_name/"
windeployqt --release KarbowanecWallet.exe --dir "$release_name/"
Compress-Archive -Path "$release_name/" -DestinationPath "$release_name.zip"
$sha256a = (Get-FileHash "$release_name.zip").Hash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
cp "C:/Program Files/OpenSSL-Win64/bin/libssl*.dll" "$release_name/"
cp "C:/Program Files/OpenSSL-Win64/bin/libcrypto*.dll" "$release_name/"
cp "../../COPYING" "$release_name/LICENSE.txt"
cp "../../*.bat" "$release_name/"
windeployqt --release KarbowanecWallet.exe --dir "$release_name/"
Compress-Archive -Path "$release_name/" -DestinationPath "$release_name.zip"
$sha256a = (Get-FileHash "$release_name.zip").Hash
Expand Down
1 change: 1 addition & 0 deletions AllowReorg.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
start cmd.exe /c %~dp0/KarbowanecWallet.exe --allow-reorg
1 change: 1 addition & 0 deletions Portable.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
start cmd.exe /c %~dp0/KarbowanecWallet.exe --portable

0 comments on commit 52c4726

Please sign in to comment.