New version number plus major layout changes. Cleaned logic too.
This commit is contained in:
8
src/versions/v0.0.4/resources/bin/InstallFFMPEGTHUMB.sh
Executable file
8
src/versions/v0.0.4/resources/bin/InstallFFMPEGTHUMB.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
function main() {
|
||||
notify-send -u critical "You need to install ffmpegthumbnailer to have FXWinWrap work properly..."
|
||||
xterm -e sudo apt install ffmpegthumbnailer
|
||||
}
|
||||
main;
|
||||
Reference in New Issue
Block a user