Skip to content

Commit

Permalink
Fixed issue ActivityWatch#119, third times the charm (please)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 19, 2017
1 parent 7fa6762 commit a715822
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ package:
mkdir -p dist/activitywatch
#
make --directory=aw-watcher-afk package
cp -rT aw-watcher-afk/dist/aw-watcher-afk dist/activitywatch
cp -r aw-watcher-afk/dist/aw-watcher-afk/. dist/activitywatch
#
make --directory=aw-watcher-window package
cp -rT aw-watcher-window/dist/aw-watcher-window dist/activitywatch
cp -r aw-watcher-window/dist/aw-watcher-window/. dist/activitywatch
#
make --directory=aw-server package
cp -rT aw-server/dist/aw-server dist/activitywatch
cp -r aw-server/dist/aw-server/. dist/activitywatch
#
make --directory=aw-qt package
cp -rT aw-qt/dist/aw-qt dist/activitywatch
cp -r aw-qt/dist/aw-qt/. dist/activitywatch
#
bash scripts/package/package-zip.sh

Expand Down

0 comments on commit a715822

Please sign in to comment.