Skip to content

Commit c44b199

Browse files
committed
Merge branch 'develop'
2 parents 76292c4 + 5c77be6 commit c44b199

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/electron.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
GH_TOKEN: ${{ secrets.PUBLISHING_TOKEN }}
2828
# This step was done by the AppImage build step
2929
# - run: npm run electron:build -- --linux dir
30-
- run: tar -czf com.github.Omniaevo.mqtt5-explorer.tar.gz dist_electron/linux-unpacked linux-resources
31-
- run: sha256sum com.github.Omniaevo.mqtt5-explorer.tar.gz
30+
- run: tar -czf io.github.Omniaevo.mqtt5_explorer.tar.gz dist_electron/linux-unpacked linux-resources
31+
- run: sha256sum io.github.Omniaevo.mqtt5_explorer.tar.gz
3232
- name: Get release
3333
id: get_release
3434
uses: bruceadams/[email protected]
@@ -40,8 +40,8 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.PUBLISHING_TOKEN }}
4141
with:
4242
upload_url: ${{ steps.get_release.outputs.upload_url }}
43-
asset_path: ./com.github.Omniaevo.mqtt5-explorer.tar.gz
44-
asset_name: com.github.Omniaevo.mqtt5-explorer.tar.gz
43+
asset_path: ./io.github.Omniaevo.mqtt5_explorer.tar.gz
44+
asset_name: io.github.Omniaevo.mqtt5_explorer.tar.gz
4545
asset_content_type: application/x-gzip
4646

4747
build-macos:

linux-resources/com.github.Omniaevo.mqtt5-explorer.desktop linux-resources/io.github.Omniaevo.mqtt5_explorer.desktop

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Type=Application
33
Name=MQTT5 Explorer
44
Comment=A simple MQTT client that supports MQTT5 protocol
5-
Icon=com.github.Omniaevo.mqtt5-explorer
5+
Icon=io.github.Omniaevo.mqtt5_explorer
66
Exec=mqtt5-explorer.sh
77
Categories=Development;Network

pack-linux.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
echo '>> Cleaning...'
44
set +e
5-
rm -rf com.github.Omniaevo.mqtt5-explorer.tar.gz
5+
rm -rf io.github.Omniaevo.mqtt5_explorer.tar.gz
66
set -e
77

88
echo '>> Installing dependencies...'
@@ -15,7 +15,7 @@ echo '>> Building app...'
1515
npm run electron:build -- --linux dir
1616

1717
echo '>> Compressing...'
18-
tar -czf com.github.Omniaevo.mqtt5-explorer.tar.gz dist_electron/linux-unpacked linux-resources
18+
tar -czf io.github.Omniaevo.mqtt5_explorer.tar.gz dist_electron/linux-unpacked linux-resources
1919

2020
echo '>> Computing checksum...'
21-
sha256sum com.github.Omniaevo.mqtt5-explorer.tar.gz
21+
sha256sum io.github.Omniaevo.mqtt5_explorer.tar.gz

0 commit comments

Comments
 (0)