Compare commits

..

2 Commits

Author SHA1 Message Date
Max Bradbury 982f1f0f21 take todo out of readme 2020-10-27 15:15:09 +00:00
Max Bradbury 459f1705c0 use tar.gz to preserve permissions 2020-10-27 15:13:00 +00:00
4 changed files with 17 additions and 17 deletions

View File

@ -8,18 +8,3 @@ add your own favourite noises and blend them to create your ideal ambience.
created by [Max Bradbury](mailto:max@tinybird.info). created by [Max Bradbury](mailto:max@tinybird.info).
released under the MIT license. released under the MIT license.
## to do
* save volume preferences to disk
* cross-compile to Windows?
* watch data dir for new sounds?
* disown file manager subcommand
* get some good nature sounds
* wind
* tape hiss
* vinyl crackle
* white noise?
* fan
* set a window icon
* create a nice icon?

14
TODO.md Normal file
View File

@ -0,0 +1,14 @@
# to do
* save volume preferences to disk
* cross-compile to Windows?
* watch data dir for new sounds?
* disown file manager subcommand
* get some good nature sounds
* wind
* tape hiss
* vinyl crackle
* white noise?
* fan
* set a window icon
* create a nice icon?

View File

@ -3,7 +3,8 @@
cargo build --release cargo build --release
cp target/release/lull . cp target/release/lull .
strip lull strip lull
zip -r lull.zip README.md lull rm lull-linux.tar.gz
tar -czvf lull-linux.tar.gz lull README.md
rm lull rm lull
zip -r sounds.zip SOUNDS.md sounds/*.mp3 zip -r sounds.zip SOUNDS.md sounds/*.mp3

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
butler push lull.zip ruin/lull:linux butler push lull-linux.tar.gz ruin/lull:linux
butler push sounds.zip ruin/lull:sounds butler push sounds.zip ruin/lull:sounds