File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 77
77
run : |
78
78
mkdir -p ./target/pack/${{ env.name }}
79
79
cp ./target/x86_64-pc-windows-gnu/release/${{ env.name }}.exe ./target/pack/${{ env.name }}/
80
- cp ./data ./target/pack/${{ env.name }}/
80
+ cp -r ./data ./target/pack/${{ env.name }}/
81
81
82
82
- name : project metadata
83
83
shell : Bash
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This document contains ideas and goals for the project as well as description of
17
17
* Bugs
18
18
- Trackpad doesn't release when the button is released off its area.
19
19
- There's no way to reset trackpad zoom level
20
+ - Frame browser seems to be displaying frames twice each
20
21
21
22
* Modifiers
22
23
Bonus points if modifiers could be applied only to specified part of the image
You can’t perform that action at this time.
0 commit comments