auriamg / macdylibbundler

Utility to ease bundling libraries into executables for OSX
MIT License
546 stars 83 forks source link

copy failed #83

Open xiaoyifang opened 1 year ago

xiaoyifang commented 1 year ago

Seems there is an error when try to copy the same file(full path) to the relative file path.


* Processing dependency GoldenDict.app/Contents/Frameworks/libicuuc.72.dylib
    cp -f "/Users/runner/work/goldendict-ng/goldendict-ng/GoldenDict.app/Contents/Frameworks/libicuuc.72.dylib" "GoldenDict.app/Contents/Frameworks/libicuuc.72.dylib"
cp: GoldenDict.app/Contents/Frameworks/libicuuc.72.dylib and /Users/runner/work/goldendict-ng/goldendict-ng/GoldenDict.app/Contents/Frameworks/libicuuc.72.dylib are identical (not copied).

Error : An error occured while trying to copy file /Users/runner/work/goldendict-ng/goldendict-ng/GoldenDict.app/Contents/Frameworks/libicuuc.72.dylib to GoldenDict.app/Contents/Frameworks/libicuuc.72.dylib