Skip to content

Commit

Permalink
Add batch script to create op file
Browse files Browse the repository at this point in the history
  • Loading branch information
Snekw committed Apr 6, 2022
1 parent 06cd2eb commit 0a5c9f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-op.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off

:: Set here your path to 7-Zip, including 7z.exe
SET zip="C:\Program Files\7-Zip\7z.exe"
%zip% a -mx1 -tzip SNWTMMap.op info.toml src

0 comments on commit 0a5c9f2

Please sign in to comment.