Commit 4bb73c941da63d10c213f6c4cc90d8d472f4f007

Authored by Perry Werneck
1 parent 31a69c0b

Working on win32 package.

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
win/pw3270.nsi.in
... ... @@ -132,8 +132,7 @@ SubSection "@PRODUCT_NAME@" SecMain
132 132  
133 133 # UI definition files
134 134 CreateDirectory "$INSTDIR\ui"
135   - file "/oname=$INSTDIR\ui\application.xml" "share\@PRODUCT_NAME@\ui\application.xml"
136   - file "/oname=$INSTDIR\ui\window.xml" "share\@PRODUCT_NAME@\ui\window.xml"
  135 + file "/oname=$INSTDIR\@PRODUCT_NAME@.ui.xml" "share\@PRODUCT_NAME@\@PRODUCT_NAME@.ui.xml"
137 136  
138 137 # Charset definition files
139 138 CreateDirectory "$INSTDIR\remap"
... ...