Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
uninstall-your-browser committed Jul 9, 2024
1 parent 03175bf commit 39aa502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build
id: build
uses: valicm/[email protected]
uses: uninstall-your-browser/[email protected]
with:
version_url: 'https://data.services.jetbrains.com/products/download?code=IIC&platform=linux'
version_file: 'product-info.json'
Expand Down
6 changes: 3 additions & 3 deletions app.desktop
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=IDEA-Community
Name=IDEA Community
GenericName=IntelliJ IDEA Community Edition
Exec=pycharm.sh %f
Icon=Pycharm
Exec=idea.sh %f
Icon=Idea
Comment=The IDE for Java and Kotlin enthusiasts
Categories=Development;IDE;
Terminal=false
Expand Down

0 comments on commit 39aa502

Please sign in to comment.