Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Commit 4d859d9

Browse files
committed
Merge branch 'test-updates'
2 parents 5dda967 + 5f1bf3b commit 4d859d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

res/lang/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
</message>
360360
<message>
361361
<source>app_version</source>
362-
<translation><![CDATA[ <strong>APK Studio v4.0 </strong> ]]></translation>
362+
<translation><![CDATA[ <strong>APK Studio v4.0.1 </strong> ]]></translation>
363363
</message>
364364
<message>
365365
<source>no_apk</source>

src/ide.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ void Ide::onInit()
167167
resize(p->windowSize());
168168
}
169169
restoreState(p->docksState());
170-
if (!QFile::exists(PathUtils::combine(p->vendorPath(), "VERSION")))
170+
if (!QFile::exists(PathUtils::combine(p->vendorPath(), "apktool.jar")))
171171
{
172172
QMessageBox::warning(this, __("action_required", "titles"), __("download_vendor", "messages"), QMessageBox::Close);
173173
}

0 commit comments

Comments
 (0)