We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed9b9d commit 17e637fCopy full SHA for 17e637f
1 file changed
README.md
@@ -78,9 +78,9 @@ sudo chmod 755 /usr/local/bin/viper-gui
78
```
79
##### Create Menu Entry
80
```bash
81
-sudo cat <<EOT >> /usr/share/applications/viper-gui2.desktop
+sudo cat <<EOT >> /usr/share/applications/viper-gui.desktop
82
[Desktop Entry]
83
-Name=Viper4Linux Beta
+Name=Viper4Linux
84
GenericName=Equalizer
85
Comment=User Interface for Viper4Linux
86
Keywords=equalizer
@@ -93,7 +93,7 @@ EOT
93
94
##### Download Icon
95
96
-sudo wget -O /usr/share/pixmaps/viper-gui.png https://raw.githubusercontent.com/ThePBone/Viper4Linux-GUI/master/viper.png -q --show-progress
+sudo wget -O /usr/share/pixmaps/viper-gui.png https://raw.githubusercontent.com/Audio4Linux/Viper4Linux-GUI/master/viper.png -q --show-progress
97
98
99
## Screenshots
0 commit comments