Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pavroo committed Feb 20, 2018
1 parent 743fc46 commit d03f69b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------------------
Version 0.1.1 (2018-02-19)
-------------------------------------------------------------------------------
* Added remus to execute in desktop file

-------------------------------------------------------------------------------
Version 0.1.0 (2018-02-18)
-------------------------------------------------------------------------------
Expand Down
10 changes: 5 additions & 5 deletions bin/sparky-ca
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Created by Paweł "pavroo" Pijanowski 2018/02/17
# Copyright 2018 under the GNU GPL2 License
# Last update 2018/02/18
# Last update 2018/02/19
#
# This script requires yad to run

Expand Down Expand Up @@ -147,7 +147,7 @@ else
BRCA3CHECK=""
fi

$DIALOG $TITLE"$TITLETEXT" $MSGBOX $TEXT"\n$LOCAL15\n$BRCA1CHECK\n$BRCA2CHECK\n$BRCA3CHECK"
$DIALOG4 $TITLE"$TITLETEXT" $MSGBOX $TEXT"\n$LOCAL15\n$BRCA1CHECK\n$BRCA2CHECK\n$BRCA3CHECK"
mainmenu
}

Expand Down Expand Up @@ -200,7 +200,7 @@ else
BRCA6CHECK=""
fi

$DIALOG $TITLE"$TITLETEXT" $MSGBOX $TEXT"\n$LOCAL15\n$BRCA4CHECK\n$BRCA5CHECK\n$BRCA6CHECK"
$DIALOG4 $TITLE"$TITLETEXT" $MSGBOX $TEXT"\n$LOCAL15\n$BRCA4CHECK\n$BRCA5CHECK\n$BRCA6CHECK"
mainmenu
}

Expand Down Expand Up @@ -238,7 +238,7 @@ else
BRCA8CHECK=""
fi

$DIALOG $TITLE"$TITLETEXT" $MSGBOX $TEXT"\n$LOCAL15\n$BRCA7CHECK\n$BRCA8CHECK"
$DIALOG4 $TITLE"$TITLETEXT" $MSGBOX $TEXT"\n$LOCAL15\n$BRCA7CHECK\n$BRCA8CHECK"
mainmenu
}

Expand Down Expand Up @@ -291,7 +291,7 @@ else
BRCA11CHECK=""
fi

$DIALOG $TITLE"$TITLETEXT" $MSGBOX $TEXT"\n$LOCAL15\n$BRCA9CHECK\n$BRCA10CHECK\n$BRCA11CHECK"
$DIALOG4 $TITLE"$TITLETEXT" $MSGBOX $TEXT"\n$LOCAL15\n$BRCA9CHECK\n$BRCA10CHECK\n$BRCA11CHECK"
mainmenu
}

Expand Down
2 changes: 1 addition & 1 deletion share/sparky-ca.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GenericName=PJeOffice - Instalador de Certificados CA
Comment=PJeOffice CA Certificates Installer
Comment[pl_PL]=Instalator Certyfikatów PJeOffice CA
Comment[pt_BR]=PJeOffice - Instalador de Certificados CA
Exec=/usr/bin/sparky-ca
Exec=remsu /usr/bin/sparky-ca
Icon=seahorse
Terminal=false
MultipleArgs=false
Expand Down

0 comments on commit d03f69b

Please sign in to comment.