corrected version number
This commit is contained in:
parent
a9fef3fc6a
commit
9a0bbb5e09
@ -39,7 +39,7 @@ fi
|
|||||||
#first zenity gui window (paste youtube link)
|
#first zenity gui window (paste youtube link)
|
||||||
gui()
|
gui()
|
||||||
{
|
{
|
||||||
VIDURL=$(${SET_GUI_BIN} --title="Zymp3 0.1-7" --height=${URL_BOX_HEIGHT} --width=${URL_BOX_WIDTH} --entry --text "Paste youtube link here: ")
|
VIDURL=$(${SET_GUI_BIN} --title="Zymp3 0.1.7" --height=${URL_BOX_HEIGHT} --width=${URL_BOX_WIDTH} --entry --text "Paste youtube link here: ")
|
||||||
|
|
||||||
|
|
||||||
if [[ $? == 0 ]];then
|
if [[ $? == 0 ]];then
|
||||||
|
2
zymp3
2
zymp3
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
##############################################
|
##############################################
|
||||||
# Title: Zymp3 v0.1-7
|
# Title: Zymp3 v0.1.7
|
||||||
# Description: Convert youtube video to mp3
|
# Description: Convert youtube video to mp3
|
||||||
# Author: Justin Moore
|
# Author: Justin Moore
|
||||||
# Created: Oct 12, 2011
|
# Created: Oct 12, 2011
|
||||||
|
Loading…
x
Reference in New Issue
Block a user