diff --git a/build.sh b/build.sh index 07cd192..51342a8 100755 --- a/build.sh +++ b/build.sh @@ -11,6 +11,6 @@ rm ~/tmp/install.sh cd .. ARCH=x86_64 appimagetool tmp echo ":: AppImage created" -cp ML4W_Hyprland_Settings-x86_64.AppImage ~/ml4w-hyprland-settings/release/ -cp ML4W_Hyprland_Settings-x86_64.AppImage ~/dotfiles-versions/dotfiles/apps/ -echo ":: AppImage copied to ~/dotfiles-versions/dotfiles/apps/" +# cp ML4W_Hyprland_Settings-x86_64.AppImage ~/hyprland-settings/release/ +cp ML4W_Hyprland_Settings-x86_64.AppImage ~/dotfiles-versions/dotfiles/dotfiles/apps/ +echo ":: AppImage copied to ~/dotfiles-versions/dotfiles/dotfiles/apps/" diff --git a/setup.sh b/setup.sh index de954ee..3da054a 100755 --- a/setup.sh +++ b/setup.sh @@ -45,11 +45,15 @@ if [ -d ml4w-hyprland-settings ] ;then rm -rf ml4w-hyprland-settings fi +if [ -d hyprland-settings ] ;then + rm -rf hyprland-settings +fi + # Clone the packages -git clone --depth 1 https://gitlab.com/stephan-raabe/ml4w-hyprland-settings.git +git clone --depth 1 https://github.com/mylinuxforwork/hyprland-settings.git # Change into the folder -cd ml4w-hyprland-settings +cd hyprland-settings # Start the script ./install.sh