macOS fixes for profiles and launching. Version bump.
More fixes here. First, fixed binary path parsing for profiles, so you should be able to add a profile on macOS now. Only one requirement - you should add Quake3-UrT.x86_64 file, which located inside Urban Terror's application bundle, under Contents/MacOS directory. Fixed the way we call Urban Terror on macOS and tested it. Should work now flawlessly. Bumped to 0.1.0-beta2, and mac-only release for now.
This commit is contained in:
2
doc/installation/macos/make-app.sh
Normal file → Executable file
2
doc/installation/macos/make-app.sh
Normal file → Executable file
@@ -32,7 +32,7 @@ if [ $? -ne 0 ]; then
|
||||
fi
|
||||
|
||||
echo "Building URTrator..."
|
||||
go build -v github.com/pztrn/urtrator
|
||||
go install -v github.com/pztrn/urtrator
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to build URTrator! Please, create a new bug report at https://github.com/pztrn/urtrator and attach FULL console output!"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user