move scripts, add index file for ghpages
This commit is contained in:
parent
ed13f98206
commit
217f3e7a8a
5 changed files with 14 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
|||
run: |
|
||||
mkdir BoxBuddy-${{github.ref}}
|
||||
mv target/release/boxbuddy-rs BoxBuddy-${{github.ref}}
|
||||
mv docs/install.sh BoxBuddy-${{github.ref}}
|
||||
mv docs/uninstall.sh BoxBuddy-${{github.ref}}
|
||||
mv scripts/install.sh BoxBuddy-${{github.ref}}
|
||||
mv scripts/uninstall.sh BoxBuddy-${{github.ref}}
|
||||
mv -r po BoxBuddy-${{github.ref}}/
|
||||
mv icons/io.github.dvlv.boxbuddyrs.svg BoxBuddy-${{github.ref}}/
|
||||
mv io.github.dvlv.boxbuddyrs.desktop BoxBuddy-${{github.ref}}/
|
||||
|
|
6
docs/index.md
Normal file
6
docs/index.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Welcome to BoxBuddy
|
||||
|
||||
![Main Menu](screenshot-1.png)
|
||||
![Main Menu](screenshot-2.png)
|
||||
![Main Menu](screenshot-3.png)
|
||||
|
|
@ -35,6 +35,12 @@
|
|||
<url type="homepage">https://github.com/Dvlv/BoxBuddyRS</url>
|
||||
|
||||
<releases>
|
||||
<release version="1.1.0" date="2024-01-18">
|
||||
<description>
|
||||
<p>Added ability to set a custom home directory</p>
|
||||
<p>Fixed a bug which caused View Applications to misbehave if a container was stopped</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.0.10" date="2024-01-17">
|
||||
<description>
|
||||
<p>Added search ability to Image select dropdown</p>
|
||||
|
|
Loading…
Reference in a new issue