Feature #1628 » 0069-installer_cross-Rename-create-freeciv-sdl2-nsi.sh-as.patch
| platforms/windows/Makefile.am | ||
|---|---|---|
| 		installer_msys2/Freeciv.url			\ | ||
| 		installer_msys2/Makefile.meson			\ | ||
| 		installer_cross/create-freeciv-gtk-qt-nsi.sh	\ | ||
| 		installer_cross/create-freeciv-sdl2-nsi.sh	\ | ||
| 		installer_cross/create-freeciv-sdl-nsi.sh	\ | ||
| 		installer_cross/create-freeciv-ruledit-nsi.sh	\ | ||
| 		installer_cross/Freeciv.url			\ | ||
| 		installer_cross/freeciv-server.cmd		\ | ||
| platforms/windows/installer_cross/create-freeciv-sdl2-nsi.sh → platforms/windows/installer_cross/create-freeciv-sdl-nsi.sh | ||
|---|---|---|
| #!/bin/sh | ||
| # ./create-freeciv-sdl2-nsi.sh <freeciv files dir> <output dir> <version> <win64|win> [uninstall setup script] | ||
| # ./create-freeciv-sdl-nsi.sh <freeciv files dir> <output dir> <version> <win64|win> [uninstall setup script] | ||
| if test "$5" != "" && ! test -x "$5" ; then | ||
|   echo "$5 not an executable script" >&2 | ||
| platforms/windows/installer_cross/meson-installer_build.sh | ||
|---|---|---|
|   NSI_FILE="${NSI_DIR}/client-${SETUP}-${VERREV}-${GUI}.nsi" | ||
|   if test "${GUI}" = "sdl2" ; then | ||
|     if ! "${SRC_DIR}/create-freeciv-sdl2-nsi.sh" \ | ||
|     if ! "${SRC_DIR}/create-freeciv-sdl-nsi.sh" \ | ||
|            "${INSTDIR}" "${BUILD_ROOT}/meson/output" "${VERREV}" "${SETUP}" "${UNINSTALLER}" \ | ||
|              > "${NSI_FILE}" | ||
|     then | ||