Skip to content

Commit f3ba112

Browse files
committed
add platforms
1 parent 800235f commit f3ba112

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed
File renamed without changes.

platform/syncthing-macos

23.4 MB
Binary file not shown.

platform/syncthing.exe

23.1 MB
Binary file not shown.

scripts/build.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
3+
4+
PLATFORM=${1:-linux}
5+
echo building ${PLATFORM} platform
6+
cp "${DIR}/../platform/syncthing-${PLATFORM}" "${DIR}/../helpers/syncthing/syncthing"

0 commit comments

Comments
 (0)