Added yad dialogues if in GUI session, retains the dialog interface if in console.
This commit is contained in:
		@@ -1,7 +1,10 @@
 | 
			
		||||
# Source dialog interface wrapper
 | 
			
		||||
source "${0%/*}/../.includes/dialog-interface.sh"
 | 
			
		||||
 | 
			
		||||
export bottle="aprone"
 | 
			
		||||
export winVer="win7"
 | 
			
		||||
export winetricksSettings="vd=1024x768"
 | 
			
		||||
dialog --backtitle "Audiogame manager" --yesno "If you do not have a full 32 bit gstreamer installation, the Swamp music can cause stuttering and crashes. Would you like to remove the music directory after installation?" -1 -1 --stdout
 | 
			
		||||
agm_yesno "Swamp Installation" "Swamp Installation" "If you do not have a full 32 bit gstreamer installation, the Swamp music can cause stuttering and crashes. Would you like to remove the music directory after installation?"
 | 
			
		||||
deleteMusic=$?
 | 
			
		||||
download "https://www.kaldobsky.com/audiogames/Swamp.zip"
 | 
			
		||||
install_wine_bottle dx8vb quartz corefonts vb6run speechsdk
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user