Skip to content

Commit

Permalink
change opendingux for rogue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninoh-FOX authored Dec 15, 2019
1 parent 20c9dfe commit a1545f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions create_updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
umask 0022

VERSION="1.7.6"
VERSION="1.7.9"

if [ -r "update/vmlinuz.bin" ]; then
KERNEL="update/vmlinuz.bin"
Expand Down Expand Up @@ -122,9 +122,9 @@ echo
cat > update/default.gcw0.desktop <<EOF
[Desktop Entry]
Name=OS Update $VERSION
Comment=OpenDingux Update $DATE
Comment=RG350 ROGUE Update $DATE
Exec=update.sh
Icon=opendingux
Icon=rogue
Terminal=true
Type=Application
StartupNotify=true
Expand All @@ -135,7 +135,7 @@ EOF
OPK_FILE=update/rg350-update-$VERSION-$DATE.opk
mksquashfs \
update/default.gcw0.desktop \
update/opendingux.png \
update/rogue.png \
update/update.sh \
update/trimfat.py \
update/flash_partition.sh \
Expand Down

0 comments on commit a1545f6

Please sign in to comment.