Fix build for windows

This commit is contained in:
daleclack 2024-05-21 08:52:09 +08:00
parent dbc8a28bed
commit deaabdc683
3 changed files with 2 additions and 1 deletions

View File

@ -329,7 +329,7 @@ static void reset_lyrics(gint64 timestamp, GtkMediaStream *stream,
color, priv_lyrics_line);
gtk_label_set_markup(my_media_player_get_lyrics_widget(player),
label_string);
g_free(label_string);
g_free(label_string) ;
// Try to update label
lyrics_label_update(timestamp, player);

BIN
icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

1
icon.rc Normal file
View File

@ -0,0 +1 @@
MAINICON ICON "Icon.ico"