File tree Expand file tree Collapse file tree
components/OutputFolders/ComMojang Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout 🛎️
13- uses : actions/checkout@v2.3.1
13+ uses : actions/checkout@v5
1414 with :
1515 persist-credentials : false
1616 - name : Install Node 🧰
17- uses : actions/setup-node@v2
17+ uses : actions/setup-node@v5
1818 with :
19- node-version : ' 18 '
19+ node-version : " 18 "
2020 - name : Cache node modules 📖
21- uses : actions/cache@v2
21+ uses : actions/cache@v4.3.0
2222 env :
2323 cache-name : cache-node-modules
2424 with :
Original file line number Diff line number Diff line change 11{
22 "name" : " bridge" ,
3- "version" : " 2.7.51 " ,
3+ "version" : " 2.7.52 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " vite" ,
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ export class ComMojang extends Signal<void> {
5050 directoryHandle === undefined &&
5151 platform ( ) === 'win32'
5252 ) {
53- const { join, localDataDir } = await import ( '@tauri-apps/api/path' )
53+ const { join, homeDir } = await import ( '@tauri-apps/api/path' )
5454
5555 directoryHandle = await join (
56- await localDataDir ( ) ,
57- 'Packages\\Microsoft.MinecraftUWP_8wekyb3d8bbwe\\LocalState \\games\\com.mojang'
56+ await homeDir ( ) ,
57+ 'AppData\\Roaming\\Minecraft Bedrock\\Users\\Shared \\games\\com.mojang'
5858 )
5959 }
6060
Original file line number Diff line number Diff line change 1- export const zipSize = 1009347
1+ export const zipSize = 1028237
You can’t perform that action at this time.
0 commit comments