Skip to content

Commit

Permalink
chore: add animate in debpacker config
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlt committed Feb 6, 2019
1 parent 0d651a0 commit b044144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .debpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ copy-files:
- "./matrix-package/themes/*:themes"
- "./matrix-package/fonts/*:fonts"
- "./matrix-package/images/*:images"
- "./matrix-package/animations/*:animations"
- "./matrix-package/gamepad/public/*:gamepad/public"
- "./matrix-package/emulator/public/*:emulator/public"
version: "0.0.1"
Expand All @@ -13,7 +14,7 @@ maintainer: "richard.le.terrier@gmail.com"
systemd-configuration:
user: "root"
after: network.target
args: ["start", "--log-level", "info", "--gamepad-port", "80", "core", "device", "gamepad", "emulator", "demo", "zigzag", "yumyum", "clock", "draw", "blocks", "getout"]
args: ["start", "--log-level", "info", "--gamepad-port", "80", "core", "device", "gamepad", "emulator", "demo", "zigzag", "yumyum", "clock", "draw", "blocks", "getout", "animate"]
stop-command: /bin/kill $MAINPID
restart: always
wanted-by: multi-user.target
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ package:
cp -R themes matrix-package/
cp -R fonts matrix-package/
cp -R images matrix-package/
cp -R animations matrix-package/
cp -R gamepad/build/default/. matrix-package/gamepad/public/
cp -R emulator/client/public/. matrix-package/emulator/public/
zip -r matrix.zip matrix-package
Expand Down

0 comments on commit b044144

Please sign in to comment.