Files
resgen.swift/install.sh
Thibaut Schmitt 38036090e1
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Add install script and update version to 1.0
2022-09-02 16:48:37 +02:00

4 lines
91 B
Bash
Executable File

#!/bin/zsh
swift build -c release
cp .build/release/ResgenSwift /usr/local/bin/ResgenSwift