Skip to content

Commit 71e3ce7

Browse files
committed
Change install.sh back to release
1 parent aa08360 commit 71e3ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# Build
3-
swift build -c debug
3+
swift build -c release
44

55
# Create directory with correct permissions
66
sudo mkdir -p -m755 /opt/swift-bundler

0 commit comments

Comments
 (0)