Files
wox.plugin.weather/compile.bat
2025-06-25 13:55:23 +08:00

4 lines
228 B
Batchfile

@echo off
"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /target:library /reference:"lib\Wox.Plugin.dll" /reference:"lib\Newtonsoft.Json.dll" /out:"Wox.Plugin.Weather.dll" "Main.cs" "Properties\AssemblyInfo.cs"
pause