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