Skip to content

Commit 701c4bf

Browse files
committed
Added missing folder copy flag in windows build
1 parent 2fa75aa commit 701c4bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
mkdir -p ./target/pack/${{ env.name }}
7979
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 }}/
8181
8282
- name: project metadata
8383
shell: Bash

ROADMAP.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This document contains ideas and goals for the project as well as description of
1717
* Bugs
1818
- Trackpad doesn't release when the button is released off its area.
1919
- There's no way to reset trackpad zoom level
20+
- Frame browser seems to be displaying frames twice each
2021

2122
* Modifiers
2223
Bonus points if modifiers could be applied only to specified part of the image

0 commit comments

Comments
 (0)