Skip to content

Commit

Permalink
Very minor publisher fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Jan 2, 2024
1 parent bfe6f02 commit d5afa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Publisher/EditorWindow.xojo_window
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ End
End If
InsertData.Value("delta_version") = DeltaVersion
InsertData.Value("published") = "'" + DateTime.Now.SQLDateTime + "'"
InsertData.Value("supported_games") = "'{Ark,ArkSA}"
InsertData.Value("supported_games") = "'{Ark,ArkSA}'"
Statements.Add(Self.DictionaryToInsertSQL("updates", InsertData))

For Each DownloadObj As Download In Self.mDownloads
Expand Down

0 comments on commit d5afa03

Please sign in to comment.