This repository was archived by the owner on Sep 26, 2024. It is now read-only.
File tree 4 files changed +534
-228
lines changed
4 files changed +534
-228
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
- * 3.6.4
2
+ * 3.7.0
3
+ - Decoupled script from ` zenity ` and compatible with ` dialog ` and ` whiptail ` . Fix #104 . [ T. H. Wright]
3
4
- Make bash path environment agnostic [ Vskillet]
4
5
- Add bash completion file [ T. H. Wright]
5
6
- Fix controlPanel's ` --winetricks ` function [ T. H. Wright]
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ shortcut() {
308
308
rm -rf " \$ {HOME}/.local/share/applications/${FLPRODUCT} Bible.desktop"
309
309
rm -rf " \$ {HOME}/.local/share/applications/${FLPRODUCT} Bible.desktop"
310
310
[ ! -f " \$ {HOME}/.local/share/applications/${FLPRODUCT} Bible.desktop" ] && touch " \$ {HOME}/.local/share/applications/${FLPRODUCT} Bible.desktop"
311
- cat " \$ {HOME}/.local/share/applications/${FLPRODUCT} Bible.desktop" << SEOF
311
+ cat > " \$ {HOME}/.local/share/applications/${FLPRODUCT} Bible.desktop" << SEOF
312
312
[Desktop Entry]
313
313
Name=${FLPRODUCT} Bible
314
314
Comment=A Bible Study Library with Built-In Tools
@@ -318,7 +318,7 @@ Terminal=false
318
318
Type=Application
319
319
Categories=Education;
320
320
SEOF
321
- chmod 755 " \$ {HOME}/.local/share/applications// ${FLPRODUCT} Bible.desktop"
321
+ chmod 755 " \$ {HOME}/.local/share/applications/${FLPRODUCT} Bible.desktop"
322
322
echo " File: \$ {HOME}/.local/share/applications/${FLPRODUCT} Bible.desktop updated"
323
323
echo " ======= making new ${FLPRODUCT} Bible.desktop shortcut done! ======="
324
324
exit 0
You can’t perform that action at this time.
0 commit comments