Commit cb86a1b4d326ce197729be41342bc7a1bd2835c7
1 parent
33ea1811
Exists in
master
and in
5 other branches
Ajustes para construcao do pacote windows
Showing
2 changed files
with
5 additions
and
3 deletions
Show diff stats
Makefile.in
| ... | ... | @@ -208,7 +208,7 @@ nsi: Release |
| 208 | 208 | ifneq ($(MAKENSIS),no) |
| 209 | 209 | @chmod +x makegtkruntime.sh |
| 210 | 210 | @./makegtkruntime.sh |
| 211 | - @$(MAKENSIS) $(PACKAGE_NAME).nsi | |
| 211 | + @"$(MAKENSIS)" $(PACKAGE_NAME).nsi | |
| 212 | 212 | endif |
| 213 | 213 | |
| 214 | 214 | $(PACKAGE_NAME).po: $(TMPDIR)/$(PACKAGE_NAME).pot | ... | ... |
pw3270.nsi.in
| ... | ... | @@ -62,8 +62,8 @@ SubSection "@PACKAGE@" SecMain |
| 62 | 62 | file "/oname=$INSTDIR\@PACKAGE@.ico" "src\pw3270\@PACKAGE@.ico" |
| 63 | 63 | |
| 64 | 64 | # Configuration files |
| 65 | - file "/oname=$INSTDIR\@PACKAGE@-logo.png" "src/pw3270/@PACKAGE@-logo.png" | |
| 66 | - file "/oname=$INSTDIR\@PACKAGE@.png" "src/pw3270/@PACKAGE@.png" | |
| 65 | + file "/oname=$INSTDIR\@PACKAGE@-logo.png" "src\pw3270\@PACKAGE@-logo.png" | |
| 66 | + file "/oname=$INSTDIR\@PACKAGE@.png" "src\pw3270\@PACKAGE@.png" | |
| 67 | 67 | file "/oname=$INSTDIR\colors.conf" "colors.conf" |
| 68 | 68 | |
| 69 | 69 | # Documentation files |
| ... | ... | @@ -135,6 +135,8 @@ SubSection "@PACKAGE@" SecMain |
| 135 | 135 | # |
| 136 | 136 | SubSectionEnd |
| 137 | 137 | |
| 138 | +SubSectionEnd | |
| 139 | + | |
| 138 | 140 | Section /o "GTK+ Runtime" SecGTK |
| 139 | 141 | |
| 140 | 142 | setOutPath $INSTDIR | ... | ... |