crosswalk-pkg windows Project template created at wrong directory
Opened this issue · 2 comments
IndyM commented
Hey
Creating package for "Simple Application"-Project fails.
command: "crosswalk-pkg --platforms=windows ." in xwalk-simple directory
Files getting copied to following Directory:
C:\Users\Indy\AppData\Local\Temp\M2DiJy\com.app.simple\prj\windows\cal\Temp\M2DiJy\com.app.simple\prj\windows\crosswalk64-23.53.589.4
Output:
Building packages armeabi-v7a,x86
- Loading 'windows' platform backend
*** ERROR: Folder 'locales' not found in C:/Users/Indy/AppData/Local/Temp/3tT0mm/com.app.simple/prj/windows
*** ERROR: Missing i18n support - Running 'candle -v C:\Users\Indy\AppData\Local\Temp\3tT0mm\com.app.simple\com.app.simple-0.1.0.0.wxs'
- Running 'light -v "com.app.simple-0.1.0.0".wixobj'
*** ERROR: Unhandled error 103 - Building package [error...]
*** ERROR: Building com.app.simple failed
darktears commented
Have you tried running the command light -v "com.app.simple-0.1.0.0".wixobj in that temporary directory. It will tell you what's wrong.
darktears commented
PS : Crosswalk is abandoned