Skip to content

Commit

Permalink
Update 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1ly4s0 committed Nov 29, 2024
1 parent f331349 commit b3d2159
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BattlyLauncher",
"productname": "Battly Launcher",
"version": "2.4.1",
"version": "2.4.2",
"buildVersion": "1003",
"description": "El mejor Launcher Personalizado para Minecraft Premium y No premium",
"main": "src/app.js",
Expand Down
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ ipcMain.handle("update-app", () => {

const pkgVersion = async () => {
const pkg = {
version: "2.4.1",
version: "2.4.2",
buildVersion: 1004
};
return pkg;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/libs/mc/Launch.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class Launch extends events_1.EventEmitter {
if (gameJava.error)
return gameJava;
let filesList = await bundle.checkBundle([...gameLibraries, ...gameAssetsOther, ...gameAssets, ...gameJava.files]);
if (filesList.length > 0 && this.options.verify) {
if (filesList.length > 0) {
let downloader = new Downloader_js_1.default();
let totsize = await bundle.getTotalSize(filesList);
downloader.on("progress", (DL, totDL, element) => {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let lang;

const pkgVersion = async () => {
const pkg = {
version: "2.4.1",
version: "2.4.2",
buildVersion: 1004
};
return pkg;
Expand Down
2 changes: 1 addition & 1 deletion src/launcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
</style>
<div class="dragbar"></div>
<div class="frame" id="header-frame">
<div class="titulo no-drag" style="font-weight: 800">Battly Launcher 2.4.1 <span id="header-text-to-add"
<div class="titulo no-drag" style="font-weight: 800">Battly Launcher 2.4.2 <span id="header-text-to-add"
class="header-text-to-add"></span>
</div>
<div class="buttons">
Expand Down

0 comments on commit b3d2159

Please sign in to comment.