electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
679 stars 87 forks source link

Handle long path #3

Closed ritazh closed 8 years ago

ritazh commented 8 years ago

Handle apps that have long file path. "Move-Item : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."

felixrieseberg commented 8 years ago

I have hopes that deduping the npm dependencies should be enough, so we should probably incorporate npm-flatten or one of those tools into our little tool here, automatically flattening packages before we zip.

ritazh commented 8 years ago

Closed via d995c0c