Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed May 26, 2024
1 parent 89043bd commit d4fc7c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 1 files
+4 −1 _drafts/friction-096.md
8 changes: 7 additions & 1 deletion src/app/appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
<p>@PROJECT_DESCRIPTION@</p>
</description>
<releases>
<release date="2024-05-30" version="0.9.6-rc1">
<release date="2024-05-26" version="0.9.6-rc2">
<description>
<p>Friction 0.9.6 Release Candidate 2.</p>
</description>
<url>https://github.com/friction2d/friction/releases/tag/v0.9.6-rc2</url>
</release>
<release date="2024-05-20" version="0.9.6-rc1">
<description>
<p>Friction 0.9.6 Release Candidate.</p>
</description>
Expand Down
7 changes: 0 additions & 7 deletions src/scripts/build_source_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,3 @@ find . \( -name ".git" -o -name ".github" -o -name ".gitignore" -o -name ".gitmo
cd ${BUILD_DIR}
tar cvvf friction-${VERSION}.tar friction-${VERSION}
bzip2 -9 friction-${VERSION}.tar

TARBALL="friction-${VERSION}.tar.bz2"

sha256sum ${TARBALL} > ${TARBALL}.sha256
gpg --armor --detach-sign ${TARBALL}

du -sh *

0 comments on commit d4fc7c8

Please sign in to comment.