Skip to content

Commit

Permalink
Add npm run tauri icon command to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbrayo authored and ErikBjare committed Apr 24, 2024
1 parent ba7ff35 commit f9451e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
else \
git submodule update --init --recursive; \
fi

npm run tauri icon "./media/logo/logo.png"
npm run tauri build

dev:
Expand All @@ -13,5 +13,5 @@ dev:
else \
git submodule update --init --recursive; \
fi

npm run tauri icon "./media/logo/logo.png"
npm run tauri dev

0 comments on commit f9451e3

Please sign in to comment.