fix app identity so successive versions share data

This commit is contained in:
Kartik K. Agaram 2023-12-18 08:08:12 -08:00
parent 1acc66b2c5
commit 179bb69b63
1 changed files with 3 additions and 0 deletions

3
conf.lua Normal file
View File

@ -0,0 +1,3 @@
function love.conf(t)
t.identity = 'carousel'
end