File tree Expand file tree Collapse file tree 4 files changed +80
-91
lines changed
Expand file tree Collapse file tree 4 files changed +80
-91
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## v1.10.2
6+
7+ ### Changed
8+ - Updated QR code in the 'Support' dialog that redirects to the correct Wiki page
9+
10+ ### Fixed
11+ - Fixed issue where SDB and other Tizen Studio tools were removed during Docker image cleanup
12+
513## v1.10.1
614
715### Changed
Original file line number Diff line number Diff line change @@ -90,8 +90,6 @@ RUN rm -rf \
9090 build \
9191 moonlight-tizen \
9292 web-cli_Tizen_Studio_6.1_ubuntu-64.bin \
93- tizen-studio \
94- tizen-studio-data \
9593 tizen-package-expect.sh \
9694 .package-manager \
9795 emscripten-1.39.4.7-linux64.zip \
@@ -110,3 +108,6 @@ FROM ubuntu:22.04
110108COPY --from=base / /
111109USER moonlight
112110WORKDIR /home/moonlight
111+
112+ # Add Tizen Studio tools to PATH environment variable
113+ ENV PATH=/home/moonlight/tizen-studio/tools/ide/bin:/home/moonlight/tizen-studio/tools:${PATH}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <widget xmlns : tizen =" http://tizen.org/ns/widgets" xmlns =" http://www.w3.org/ns/widgets" id =" http://samsung.tv/MoonlightWasm" version =" 1.10.1 " viewmodes =" fullscreen" >
2+ <widget xmlns : tizen =" http://tizen.org/ns/widgets" xmlns =" http://www.w3.org/ns/widgets" id =" http://samsung.tv/MoonlightWasm" version =" 1.10.2 " viewmodes =" fullscreen" >
33 <access origin =" *" ></access >
44 <tizen : application id =" MoonLightS.MoonlightWasm" package =" MoonLightS" required_version =" 5.5" launch_mode =" caller" />
55 <content src =" index.html" />
You can’t perform that action at this time.
0 commit comments