diff --git a/dist/linux.zip b/dist/linux.zip new file mode 100644 index 0000000..832088d Binary files /dev/null and b/dist/linux.zip differ diff --git a/dist/mac.zip b/dist/mac.zip new file mode 100644 index 0000000..0d459f6 Binary files /dev/null and b/dist/mac.zip differ diff --git a/dist/win.zip b/dist/win.zip new file mode 100644 index 0000000..5272d3a Binary files /dev/null and b/dist/win.zip differ diff --git a/scripts/dist.sh b/scripts/dist.sh new file mode 100644 index 0000000..1592d63 --- /dev/null +++ b/scripts/dist.sh @@ -0,0 +1,3 @@ +zip -r dist/linux.zip templates dist/pastebin-linux +zip -r dist/mac.zip templates dist/pastebin-mac +zip -r dist/win.zip templates dist/pastebin-win \ No newline at end of file