zip -r ./compressed.resource ./file1.js ./file1.js.map
Я пытаюсь сжать 2 файла в достижение, которое заканчивается в .zip
Однако, когда я запускаю это, я получаю сообщение об ошибке:
> zip -r ./compressed.resource ./file1.js ./file1.js.map
zip warning: missing end signature--probably not a zip file (did you
zip warning: remember to use binary mode when you transferred it?)
zip warning: (if you are trying to read a damaged archive try -F)
zip error: Zip file structure invalid (./compressed.resource)
Можно ли сохранить расширение .resource
?