Skip to content

Commit

Permalink
[ci]: Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Oct 18, 2024
1 parent 3229f69 commit e144290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
ifeq ($(OS),Windows_NT)
api:
gradlew.bat api:shadowJar
gradlew.bat --stop

desktop:
cd desktop && npm run electron:build
else
api:
./gradlew api:shadowJar
./gradlew --stop

desktop:
cd desktop && npm run electron:build:deb
cd desktop && npm run electron:build

install:
sudo dpkg -i desktop/release/nebulosa_0.1.0_amd64.deb

all: build install
endif

build: api desktop

0 comments on commit e144290

Please sign in to comment.