mirror of
https://github.com/trycua/computer.git
synced 2026-01-15 18:00:49 -06:00
5 lines
124 B
Bash
Executable File
5 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
|
|
swift build --product lume
|
|
codesign --force --entitlement resources/lume.entitlements --sign - .build/debug/lume
|