#!/bin/bash
mv $HOME/.wine/drive_c/Program\ Files/AMVERSEAS_V10/AXWeatherStation.exe $HOME/.wine/drive_c/Program\ Files/AMVERSEAS_V10/AXWeatherStation.exe.OLD.1
cp ./AXWeatherStation $HOME/.wine/drive_c/Program\ Files/AMVERSEAS_V10/AXWeatherStation.exe
clear
echo "Update completed successfully, please restart AMVERSeas"
dialog --msgbox "Update completed successfully, please close this window and restart AMVERSeas." 10 50

