mirror of
https://github.com/soukoku/ntwain.git
synced 2025-07-15 13:55:45 +08:00
4 lines
62 B
Batchfile
4 lines
62 B
Batchfile
@echo off
|
|
cls
|
|
dotnet pack src\NTwain -c Release -o build
|
|
pause |