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

This commit is contained in:
2022-09-02 16:48:37 +02:00
parent e3258453bb
commit 38036090e1
2 changed files with 5 additions and 1 deletions

View File

@ -7,4 +7,4 @@
import Foundation
public let ResgenSwiftVersion = "0.9"
public let ResgenSwiftVersion = "1.0"

4
install.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/zsh
swift build -c release
cp .build/release/ResgenSwift /usr/local/bin/ResgenSwift