diff --git a/make-bin.bat b/make-bin.bat new file mode 100644 index 0000000..110b655 --- /dev/null +++ b/make-bin.bat @@ -0,0 +1,2 @@ +dart compile exe -o gpm-binary-replacer.exe --target-os windows bin\gpm_binary_replacer.dart +dart compile exe -o gpm.exe --target-os windows bin\gpm.dart \ No newline at end of file