Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Artanidos committed Sep 26, 2018
1 parent a2610a7 commit a19b272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildAppImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ cp plugins/Html/gsap/* AppImage/plugins/gsap
cp default.desktop AppImage/usr/share/applications
cp default.svg AppImage/usr/share/icons/hicolor

export LD_LIBRARY_PATH=~/SourceCode/AnimationMaker/AppImage/usr/lib:~/Qt/5.9.1/gcc_64/lib
export PATH=$PATH:~/Qt/5.9.1/gcc_64/bin
export LD_LIBRARY_PATH=~/Sourcecode/AnimationMaker/AppImage/usr/lib:~/Qt/5.9.1/gcc_64/lib
/home/art/Apps/linuxdeployqt/linuxdeployqt-continuous-x86_64.AppImage AppImage/usr/share/applications/*.desktop
rm AppImage/AppRun
cp AppRun AppImage
/home/art/Apps/appimagetool/appimagetool-x86_64.AppImage AppImage
mv AnimationMaker-x86_64.AppImage AnimationMaker-Linux-x86_64-1.8.1.AppImage

# Clean up
rm -r AppImage/*
# rm -r AppImage/*
1 change: 1 addition & 0 deletions web/pages/news.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Content title="news" menu="default" author="Artanidos" layout="simple" keywords="" date="26.10.2017">
<Section fullwidth="true"><Text adminlabel=""><![CDATA[<h1>Latest Releases</h1>
<ul>
<li><a href="https://github.com/Artanidos/AnimationMaker/releases">AnimationMaker 1.8.1</a></li>
<li><a href="https://github.com/Artanidos/AnimationMaker/releases">AnimationMaker 1.7</a></li>
<li><a href="https://github.com/Artanidos/AnimationMaker/releases">AnimationMaker 1.6</a></li>
</ul>
Expand Down

0 comments on commit a19b272

Please sign in to comment.