Skip to content

Commit b5b5bda

Browse files
committed
0.1.0 release: change Makefile and README.
1 parent 4c795fb commit b5b5bda

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

Makefile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ install-steam-audio:
77
cp src/lib/steamaudio/lib/linux-x64/libphonon.so project/addons/godot-steam-audio/bin
88

99
release:
10-
scons platform=linux target=template_debug && scons platform=windows target=template_debug
10+
scons platform=linux target=template_debug && scons platform=windows target=template_debug && \
11+
scons platform=linux target=template_release && scons platform=windows target=template_release
12+
mkdir godot-steam-audio-demo
1113
mkdir godot-steam-audio
12-
cp -r ./project ./godot-steam-audio/demo
13-
rm -rI ./godot-steam-audio/demo/.godot ./godot-steam-audio/demo/.gitignore ./godot-steam-audio/demo/.gitattributes ./godot-steam-audio/demo/addons/godot-steam-audio/bin/libphonon.so
14-
cp -r ./godot-steam-audio/demo/addons ./godot-steam-audio/addons
14+
cp -r ./project/* ./godot-steam-audio-demo
15+
rm -rI ./godot-steam-audio-demo/addons/godot-steam-audio/bin/libphonon.so
16+
cp -r ./godot-steam-audio-demo/addons ./godot-steam-audio
1517
zip -r ./godot-steam-audio-vX.Y.Z.zip godot-steam-audio README.md
16-
rm -rI ./godot-steam-audio
18+
zip -r ./godot-steam-audio-demo-vX.Y.Z.zip godot-steam-audio-demo README.md
19+
rm -rI ./godot-steam-audio ./godot-steam-audio-demo

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ into Godot 4.2. This adds sound effects such as occlusion and reverb into the en
55
### [Demo Video](https://www.youtube.com/watch?v=vRnzfnb93Gw)
66
![A picture of the editor screen with some godot-steam-audio nodes.](doc/imgs/editor.png)
77

8-
This extension is in a pre-alpha phase, will have bugs and missing polish, and might crash. Linux and Windows
9-
are currently working. Mac probably works, but I don't have the time nor the money to support that, sorry.
8+
This extension is in an alpha phase, will have bugs and missing polish, and may crash. Don't expect to be able
9+
to ship a game with this extension right now unless you are ready to make some fixes/optimizations to it on
10+
your own (and if you do, PRs are accepted). Linux and Windows are currently working. Mac probably works, but I
11+
don't have the time nor the money to support that, sorry.
1012

1113
### Features
1214
- Spatial ambisonics audio

0 commit comments

Comments
 (0)