From 3e01471907fdf79f8a61927e64d45b6f714b257d Mon Sep 17 00:00:00 2001 From: omegaui Date: Sun, 12 May 2024 14:50:30 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5Added=20Windows=20Binary=20Creation?= =?UTF-8?q?=20Script.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make-bin.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 make-bin.bat 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