mirror of
https://github.com/soukoku/ntwain.git
synced 2025-04-29 19:58:57 +08:00
5 lines
104 B
Batchfile
5 lines
104 B
Batchfile
@echo off
|
|
cls
|
|
dotnet pack src\NTwain -c Release -o build
|
|
dotnet pack src\NTwain.Win -c Release -o build
|