Skip to content

Commit 684e3f7

Browse files
build only
1 parent a60e626 commit 684e3f7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ jobs:
6565
uses: actions/upload-artifact@v3
6666
with:
6767
name: final
68-
path: ./
68+
path: |
69+
build

images/menu-icon.png

784 Bytes
Loading

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ function registerTray() {
681681

682682
const contextMenu = Menu.buildFromTemplate([
683683
{
684-
icon: path.resolve(__dirname, "images", "icon.png"),
684+
icon: path.resolve(__dirname, "images", "menu-icon.png"),
685685
label: "Oversnip",
686686
type: "normal",
687687
enabled: false,

0 commit comments

Comments
 (0)