We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dc6fc commit 075335aCopy full SHA for 075335a
lib/main.dart
@@ -45,7 +45,7 @@ void main(args) async {
45
final Directory appDocumentsDir = await getApplicationSupportDirectory();
46
final Version currentVersion = Version.parse(packageInfo.version);
47
final homeDir = path.join(appDocumentsDir.path,
48
- '${currentVersion.major}.${currentVersion.minor}');
+ '${currentVersion.major}.0');
49
var corePath = path.join(Paths.assetsBin.path, LuxCoreName.name);
50
if (Platform.isMacOS) {
51
var owner = await getFileOwner(corePath);
0 commit comments