Skip to content

Commit aadfc8c

Browse files
2 files | steammobile_app.js, update.php
1 parent 8c4a96b commit aadfc8c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Scripts/WebUI/steammobile_app.js

-9.13 MB
Binary file not shown.

update.php

+3
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,14 @@ private function HandleResponse( string $File, string $Data ) : bool
314314

315315
file_put_contents( $File, $Data );
316316

317+
/*
318+
// It was compiled with Hermes
317319
system( 'unzip -j ".support/archives/steam-android.apk" "assets/index.android.bundle" -d "."' );
318320
system( 'mv index.android.bundle Scripts/WebUI/steammobile_app.js' );
319321
system( 'npm run prettier Scripts/WebUI/steammobile_app.js' );
320322
321323
$this->DumpJavascriptFiles = true;
324+
*/
322325

323326
return true;
324327
}

0 commit comments

Comments
 (0)