mirror of
https://github.com/soukoku/ntwain.git
synced 2025-04-05 20:59:23 +08:00
4 lines
62 B
Batchfile
4 lines
62 B
Batchfile
@echo off
|
|
cls
|
|
dotnet pack src\NTwain -c Release -o build
|
|
pause |