1
0
mirror of https://github.com/soukoku/ntwain.git synced 2025-04-05 20:59:23 +08:00
ntwain/Build.cmd

4 lines
62 B
Batchfile
Raw Permalink Normal View History

@echo off
cls
2021-04-26 06:44:47 +08:00
dotnet pack src\NTwain -c Release -o build
pause