Skip to content

Commit 142a5a3

Browse files
committed
Merge branch 'master' into fix/toggle-settings
2 parents f686ac6 + 46f6a4e commit 142a5a3

File tree

4 files changed

+80
-91
lines changed

4 files changed

+80
-91
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All 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

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
110108
COPY --from=base / /
111109
USER moonlight
112110
WORKDIR /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}

res/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"/>

0 commit comments

Comments
 (0)