mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-18 17:47:57 +08:00
5 lines
82 B
Batchfile
5 lines
82 B
Batchfile
@echo off
|
|
cls
|
|
dotnet pack -o build src\NTwain
|
|
dotnet pack -o build src\NTwain.Win
|