Skip to content

Commit a4fce7e

Browse files
Fix file name in AppImage script
1 parent 5672c53 commit a4fce7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ export QML_SOURCES_PATHS="$REPO_ROOT"/src
7878
#-----------------------------------------------------------------------#
7979
# Move built AppImage back into original CWD #
8080
#-----------------------------------------------------------------------#
81-
mv KeyboardVisualizer*.AppImage "$OLD_CWD"
81+
mv Keyboard_Visualizer*.AppImage "$OLD_CWD"
8282

0 commit comments

Comments
 (0)