Commit bd3d4eed9774cc15918617ccc634892a5f86e6bf

Authored by Perry Werneck
1 parent 16c3dd17

Working on windows package.

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
win/pack.sh
... ... @@ -338,6 +338,18 @@ pack()
338 338 exit -1
339 339 fi
340 340  
  341 + cp -rv ${WORKDIR}/branding/*.conf ${WORKDIR}/build
  342 + if [ "$?" != "0" ]; then
  343 + cleanup
  344 + exit -1
  345 + fi
  346 +
  347 + cp -rv ${WORKDIR}/sources/pw3270/charsets/*.xml ${WORKDIR}/build
  348 + if [ "$?" != "0" ]; then
  349 + cleanup
  350 + exit -1
  351 + fi
  352 +
341 353 #
342 354 # Create installation package
343 355 #
... ...