nwutils / nw-builder

Build NW.js applications for Linux, MacOS and Windows

Home Page:http://nwutils.io/nw-builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

on some macOS, symbolic links are copied as files and link is lost

zkrige opened this issue · comments

Issue Type

  • Bug Report
  • Feature Request
  • Other

Current/Missing Behaviour

On my circleCI instance symbolic links are lost

Expected/Proposed Behaviour

links remain

Additional Info

I'm using node 20.5.0 on my Mac and on CircleCI

on my Mac when use the get method my nwjs-cache/nwjs-v0.78.1-osx-x64/nwjs.app/Contents/Frameworks/nwjs Framework.framework folder looks like this

lrwxr-xr-x@ 1 zayinkrige  staff   24 Aug 15 08:10 Helpers -> Versions/Current/Helpers
lrwxr-xr-x@ 1 zayinkrige  staff   26 Aug 15 08:10 Libraries -> Versions/Current/Libraries
lrwxr-xr-x@ 1 zayinkrige  staff   26 Aug 15 08:10 Resources -> Versions/Current/Resources
drwxr-xr-x@ 4 zayinkrige  staff  128 Aug 15 08:10 Versions
lrwxr-xr-x@ 1 zayinkrige  staff   31 Aug 15 08:10 nwjs Framework -> Versions/Current/nwjs Framework

however on CircleCI the same folder looks like this

-rwxr-xr-x  1 distiller  staff   24 Aug 15 05:59 Helpers
-rwxr-xr-x  1 distiller  staff   26 Aug 15 05:59 Libraries
-rwxr-xr-x  1 distiller  staff   26 Aug 15 05:59 Resources
drwxr-xr-x  4 distiller  staff  128 Aug 15 05:59 Versions
-rwxr-xr-x  1 distiller  staff   31 Aug 15 05:59 nwjs Framework