Skip to content

Commit

Permalink
correctly placed aw-server-rust module in subdirectory, updated aw-se…
Browse files Browse the repository at this point in the history
…rver-rust submodule to correctly name executable as aw-server-rust
  • Loading branch information
ErikBjare authored and johan-bjareholt committed Feb 1, 2020
1 parent cbdc3b4 commit 50346bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ package:
cp -r aw-server/dist/aw-server dist/activitywatch
#
make --directory=aw-server-rust package
cp -r aw-server-rust/target/package/* dist/activitywatch
mkdir dist/activitywatch/aw-server-rust
cp -r aw-server-rust/target/package/* dist/activitywatch/aw-server-rust
#
make --directory=aw-qt package
cp -r aw-qt/dist/aw-qt/. dist/activitywatch
Expand Down
2 changes: 1 addition & 1 deletion aw-server-rust
Submodule aw-server-rust updated 1 files
+1 −1 Makefile

0 comments on commit 50346bd

Please sign in to comment.