Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Sep 7, 2023
1 parent 6941886 commit e2f9912
Show file tree
Hide file tree
Showing 4 changed files with 910 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
echo " app_info:" >> AppImageBuilder.yml
echo " id: io.github.tlcfem.vpmr" >> AppImageBuilder.yml
echo " name: vpmr" >> AppImageBuilder.yml
echo " icon: application-vnd.appimage" >> AppImageBuilder.yml
echo " version: 0.1.0" >> AppImageBuilder.yml
echo " exec: usr/bin/vpmr" >> AppImageBuilder.yml
echo " exec_args: \$@" >> AppImageBuilder.yml
Expand Down Expand Up @@ -73,6 +72,8 @@ jobs:
chmod +x appimage-builder-1.1.0-x86_64.AppImage
./linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir AppDir --executable build/vpmr
cp vpmr.svg AppDir/vpmr.svg
cp vpmr.svg AppDir/.DirIcon
./appimage-builder-1.1.0-x86_64.AppImage --appimage-extract-and-run --recipe AppImageBuilder.yml --skip-tests
chmod +x vpmr-0.1.0-x86_64.AppImage
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ cmake-build-*/
build/
.vscode/
plotter/venv
plotter/*.egg-info
.cache
6 changes: 3 additions & 3 deletions plotter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
matplotlib~=3.7.1
numpy~=1.24.2
click~=8.1.3
matplotlib~=3.7.2
numpy~=1.25.2
click~=8.1.7
Loading

0 comments on commit e2f9912

Please sign in to comment.