diff --git a/.gitignore b/.gitignore index 3696a62..55470ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ # Nuitka Build directories renku.*/ +# Distributables Directory +dists/ +# MacOS Files +.DS_Store diff --git a/resources/mac/info.plist b/resources/mac/info.plist new file mode 100644 index 0000000..46b655e --- /dev/null +++ b/resources/mac/info.plist @@ -0,0 +1,23 @@ + + + + + CFBundleDisplayName + Renku + CFBundleExecutable + MacOS/renku + CFBundleIconFile + icon.icns + CFBundleIdentifier + renku + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + renku + CFBundlePackageType + APPL + CFBundleShortVersionString + 0.0.0 + NSHighResolutionCapable + True + diff --git a/scripts/_variables.sh b/scripts/_variables.sh index d6f0da9..34902be 100644 --- a/scripts/_variables.sh +++ b/scripts/_variables.sh @@ -1,7 +1,11 @@ +# Application Name +NAME="Renku" # Application entrypoint MAIN_ENTRYPOINT="app/renku.py" # Application build directory. Typically