Skip to content

Commit

Permalink
Merge pull request #695 from mbektas/update-app-icons
Browse files Browse the repository at this point in the history
update to use jupyter icons
  • Loading branch information
mbektas committed Aug 19, 2023
2 parents 0b44746 + 103d304 commit da5867b
Show file tree
Hide file tree
Showing 8 changed files with 163 additions and 733 deletions.
Binary file removed dist-resources/icon.icns
Binary file not shown.
Binary file removed dist-resources/icon.ico
Binary file not shown.
Binary file added dist-resources/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 53 additions & 1 deletion dist-resources/icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist-resources/icons/512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"dist": "yarn build && electron-builder",
"dist:linux": "yarn build && electron-builder --linux --publish never",
"dist:mac": "yarn build && electron-builder --macos --publish never",
"dist:mac-dev": "yarn build && CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --macos --publish never",
"dist:win": "yarn build && electron-builder --win --publish never",
"update_workflow_conda_lock": "cd workflow_env && rimraf *.lock && conda-lock --kind explicit -f publish_env.yaml && cd -",
"update_conda_lock": "cd env_installer && rimraf *.lock && conda-lock --kind explicit -f jlab_server.yaml && cd -",
Expand Down Expand Up @@ -127,7 +128,6 @@
]
}
],
"icon": "dist-resources/icon.icns",
"entitlements": "build/entitlements.plist",
"entitlementsInherit": "build/entitlements.plist",
"darkModeSupport": true,
Expand Down
54 changes: 53 additions & 1 deletion src/assets/icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da5867b

Please sign in to comment.