Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
[Dawn] Makefile artifacts-install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmasd committed Sep 7, 2017
1 parent 8c2aabe commit b2d8e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dawn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
yarn install --frozen-lockfile

artifacts-install:
yarn install --no-lockfile electron-packager
yarn add --no-lockfile electron-packager
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y wine
Expand Down

0 comments on commit b2d8e52

Please sign in to comment.