Explorar o código

fix: restore windows installer default branch

kylo252 %!s(int64=3) %!d(string=hai) anos
pai
achega
8e4f97b0fb
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      utils/installer/install.ps1

+ 1 - 2
utils/installer/install.ps1

@@ -1,8 +1,7 @@
 $ErrorActionPreference = "Stop" # exit when command fails
 
 # set script variables
-# FIXME: temporarily set the branch to the new one
-$LV_BRANCH = ($LV_BRANCH, "lang-refactor", 1 -ne $null)[0]
+$LV_BRANCH = ($LV_BRANCH, "rolling", 1 -ne $null)[0]
 $LV_REMOTE = ($LV_REMOTE, "lunarvim/lunarvim.git", 1 -ne $null)[0]
 $INSTALL_PREFIX = ($INSTALL_PREFIX, "$HOME\.local", 1 -ne $null)[0]