diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..f82b36f1a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +electron/dist +electron/node_modules +node_modules +LBRY-darwin-x64 \ No newline at end of file diff --git a/build.sh b/build.sh index ed180bb66..1bad3c1cd 100755 --- a/build.sh +++ b/build.sh @@ -64,8 +64,8 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then cd "$ROOT" if [ "$(uname)" == "Darwin" ]; then PLATFORM="darwin" - mv "LBRY-${PLATFORM}-x64/LBRY.app" "$ROOT/lbry/package/osx/lbry-osx-app/LBRY.app" - cd "$ROOT/lbry/packaging/osx/lbry-osx-app" + mv "LBRY-${PLATFORM}-x64/LBRY.app" "$ROOT/package/osx/LBRY.app" + cd "$ROOT/package/osx/" dmgbuild -s dmg_settings.py "LBRY" "lbry-${VERSION}.dmg" elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then OS="linux" diff --git a/package/osx/dmg_background.png b/package/osx/dmg_background.png new file mode 100644 index 000000000..de4422b1d Binary files /dev/null and b/package/osx/dmg_background.png differ