File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict ><key >CFBundleIconFile </key >
5+ <string >icon-windowed.icns </string >
6+ <key >CFBundlePackageType </key >
7+ <string >APPL </string >
8+ <key >CFBundleIdentifier </key >
9+ <string >Web2Executable </string >
10+ <key >CFBundleName </key >
11+ <string >Web2Executable </string >
12+ <key >CFBundleShortVersionString </key >
13+ <string >0.6.0 </string >
14+ <key >CFBundleExecutable </key >
15+ <string >MacOS/Web2Executable </string >
16+ <key >CFBundleDisplayName </key >
17+ <string >Web2Executable </string >
18+ <key >CFBundleInfoDictionaryVersion </key >
19+ <string >6.0 </string >
20+ <key >LSBackgroundOnly </key >
21+ <string >0 </string >
22+ <key >NSPrincipalClass </key >
23+ <string >NSApplication </string >
24+ </dict >
25+ </plist >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ pyinstaller -w --hidden-import PIL.Jpeg2KImagePlugin \
5858FILES_DIR=$BUILD_DIR /Web2Executable.app/Contents/MacOS/files
5959
6060cp $PROJ_DIR /images/icon.icns $BUILD_DIR /Web2Executable.app/Contents/Resources/icon-windowed.icns
61- cp -rf files $FILES_DIR
61+ cp -rf $PROJ_DIR / files $FILES_DIR
6262
6363rm -rf $FILES_DIR /downloads/*
6464rm $FILES_DIR /error.log \
@@ -74,6 +74,8 @@ rm -rf $PROJ_DIR/build $PROJ_DIR/dist
7474
7575rm -rf Web2ExeMac* .zip
7676
77+ cp $PROJ_DIR /scripts/Info.plist $BUILD_DIR /Web2Executable.app/Contents/
78+
7779/Applications/Keka.app/Contents/Resources/keka7z a -r \
7880 Web2ExeMac-CMD.zip $BUILD_DIR /Web2ExeMac-CMD
7981
You can’t perform that action at this time.
0 commit comments