mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
Add basilar script to sync AppleScript droplet.
This commit is contained in:
6
syncDroplet.sh
Executable file
6
syncDroplet.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
rm -rf KindleComicConverter.app/Contents/Resources/*
|
||||
cp -a resources/Scripts resources/description.rtfd resources/droplet.rsrc KindleComicConverter.app/Contents/Resources/
|
||||
cp resources/Info.plist KindleComicConverter.app/Contents/
|
||||
cp resources/comic2ebook.icns KindleComicConverter.app/Contents/Resources/droplet.icns
|
||||
cp kcc/*.py KindleComicConverter.app/Contents/Resources/
|
||||
Reference in New Issue
Block a user