File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 test -z "${LEGACY}" || NAME="${NAME}-Legacy"
6666 test -z "${ARM64}" || NAME="${NAME}-arm64"
6767 test -z "${PORT}" || NAME="${NAME}-Portable"
68- test -z "${INST}" || mv PrismLauncher -*.exe ../${NAME}-Setup-${{ env.VERSION }}.exe
68+ test -z "${INST}" || mv FreesmLauncher -*.exe ../${NAME}-Setup-${{ env.VERSION }}.exe
6969 test -n "${INST}" || zip -r -9 "../${NAME}-${{ env.VERSION }}.zip" *
7070 cd ..
7171 done
7676 PORT="$(echo -n ${d} | grep -o Portable || true)"
7777 NAME="FreesmLauncher-Windows-MinGW-w64"
7878 test -z "${PORT}" || NAME="${NAME}-Portable"
79- test -z "${INST}" || mv PrismLauncher -*.exe ../${NAME}-Setup-${{ env.VERSION }}.exe
79+ test -z "${INST}" || mv FreesmLauncher -*.exe ../${NAME}-Setup-${{ env.VERSION }}.exe
8080 test -n "${INST}" || zip -r -9 "../${NAME}-${{ env.VERSION }}.zip" *
8181 cd ..
8282 done
You can’t perform that action at this time.
0 commit comments