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 5d67a16
Show file tree
Hide file tree
Showing 5 changed files with 911 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ 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 " icon: usr/share/icons/hicolor/scalable/apps/vpmr.svg" >> AppImageBuilder.yml
echo " exec: usr/bin/vpmr" >> AppImageBuilder.yml
echo " exec_args: \$@" >> AppImageBuilder.yml
echo " files:" >> AppImageBuilder.yml
Expand Down Expand Up @@ -73,6 +73,7 @@ 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/usr/share/icons/hicolor/scalable/apps
./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
2 changes: 1 addition & 1 deletion eigen
Submodule eigen updated from 8d9f46 to 4e598a
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 5d67a16

Please sign in to comment.