Add install script and update version to 1.0
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
This commit is contained in:
@ -7,4 +7,4 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
public let ResgenSwiftVersion = "0.9"
|
||||
public let ResgenSwiftVersion = "1.0"
|
||||
|
4
install.sh
Executable file
4
install.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/zsh
|
||||
|
||||
swift build -c release
|
||||
cp .build/release/ResgenSwift /usr/local/bin/ResgenSwift
|
Reference in New Issue
Block a user