Skip to content

Commit

Permalink
fix(build): Add --offline argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed May 26, 2022
1 parent cc72ae9 commit 321bb85
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 @@ -20,8 +20,8 @@ endif

VENDOR ?= 0
ifneq ($(VENDOR),0)
ARGS += --frozen
DESKTOP_ARGS += --frozen
ARGS += --frozen --offline
DESKTOP_ARGS += --frozen --offline
endif

APPID = com.system76.FirmwareManager
Expand Down

0 comments on commit 321bb85

Please sign in to comment.