Skip to content

Commit 075335a

Browse files
committed
feat: keep major version config file
1 parent 34dc6fc commit 075335a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void main(args) async {
4545
final Directory appDocumentsDir = await getApplicationSupportDirectory();
4646
final Version currentVersion = Version.parse(packageInfo.version);
4747
final homeDir = path.join(appDocumentsDir.path,
48-
'${currentVersion.major}.${currentVersion.minor}');
48+
'${currentVersion.major}.0');
4949
var corePath = path.join(Paths.assetsBin.path, LuxCoreName.name);
5050
if (Platform.isMacOS) {
5151
var owner = await getFileOwner(corePath);

0 commit comments

Comments
 (0)