File tree Expand file tree Collapse file tree 5 files changed +5
-12
lines changed
Expand file tree Collapse file tree 5 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 11name : CD
22
33env :
4- CELLS_VERSION : 1.0.0-beta1
4+ CELLS_VERSION : 1.0.0-beta2
55 CELLS_REVISION_NUMBER : 1
66
77on :
Original file line number Diff line number Diff line change 2525class ApplicationInfo :
2626 name = "Cells"
2727 author = "Ales Tsurko"
28- version = "1.0.0-beta1 "
28+ version = "1.0.0-beta2 "
2929
3030
3131class Settings (Observation , dict ):
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ echo "Making app structure"
1919mkdir -p $APPDIR
2020mkdir -p $APPRESOURCES
2121
22- # pyinstaller packaging/Cells.spec -y
23-
2422echo " Copying sources"
2523cp -R cells $APPDIR
2624
@@ -37,15 +35,14 @@ echo "Copying icons"
3735cp packaging/macos/* .icns $APPRESOURCES /
3836
3937echo " Copying executable scripts"
40- cp packaging/macos/runner $APPDIR
4138cp packaging/macos/run $APPDIR
4239
4340echo " Writing defaults"
4441defaults write $PWD /$APP /Contents/Info.plist CFBundleName -string Cells
4542defaults write $PWD /$APP /Contents/Info.plist CFBundleDisplayName -string Cells
4643defaults write $PWD /$APP /Contents/Info.plist CFBundleIdentifier -string by.alestsurko.cells
4744defaults write $PWD /$APP /Contents/Info.plist CFBundleVersion -string " 1.0.0"
48- defaults write $PWD /$APP /Contents/Info.plist CFBundleExecutable -string runner
45+ defaults write $PWD /$APP /Contents/Info.plist CFBundleExecutable -string run
4946defaults write $PWD /$APP /Contents/Info.plist NSPrincipalClass -string NSApplication
5047defaults write $PWD /$APP /Contents/Info.plist CFBundleIconFile -string " AppIcon"
5148plutil -insert CFBundleDocumentTypes -json ' [{
Original file line number Diff line number Diff line change 22
33set -e
44
5+ . ~ /.bash_profile
6+
57cd $( dirname " $0 " )
68
79export PYTHONPATH=" $( pwd) /python/lib/python3.7/site-packages"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments