Skip to content

Commit e0d3ddb

Browse files
authored
Merge pull request #70 from alexballas/devel
1.15.0
2 parents 86a7b6c + d187bcf commit e0d3ddb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+975
-411
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: wget https://dl.google.com/android/repository/android-ndk-r23b-linux.zip && unzip android-ndk-r23b-linux.zip
2626

2727
- name: Package (Android)
28-
run: APATH=$(readlink -e android-ndk-r23b) && cd cmd/go2tv && GO386='softfloat' ANDROID_NDK_HOME=$APATH fyne package -os android -name Go2TV -appID com.alexballas.go2tv -icon ../../assets/go2tv-icon.png && mv Go2TV.apk ../../
28+
run: APATH=$(readlink -e android-ndk-r23b) && cd cmd/go2tv && GO386='softfloat' ANDROID_NDK_HOME=$APATH fyne package -os android -name Go2TV -appID com.alexballas.go2tv -icon ../../assets/go2tv-icon-android.png && mv Go2TV.apk ../../
2929

3030
- uses: actions/upload-artifact@v2
3131
with:

.github/workflows/build-arm-raspberry-pi.yml.bak

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/build-arm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
sudo apt update
2222
sudo apt install -y xorg-dev
2323
sudo apt clean
24-
wget -nv https://go.dev/dl/go1.19.linux-armv6l.tar.gz
25-
tar -xzf go1.19.linux-armv6l.tar.gz
26-
rm go1.19.linux-armv6l.tar.gz
24+
wget -nv https://go.dev/dl/go1.20.4.linux-armv6l.tar.gz
25+
tar -xzf go1.20.4.linux-armv6l.tar.gz
26+
rm go1.20.4.linux-armv6l.tar.gz
2727
export GOROOT=/go
2828
cd /go2tv_dir
2929
/go/bin/go build -ldflags "-s -w" -o go2tv cmd/go2tv/go2tv.go

.github/workflows/build-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: go install fyne.io/fyne/v2/cmd/fyne@latest
2323

2424
- name: Package (macOS)
25-
run: cd cmd/go2tv && fyne package --release -os darwin -icon ../../assets/go2tv-icon.png && mv go2tv.app ../../
25+
run: cd cmd/go2tv && fyne package --release -os darwin -icon ../../assets/go2tv-icon-desktop.png && mv go2tv.app ../../
2626

2727
- uses: actions/upload-artifact@v2
2828
with:

.github/workflows/build-mac_m1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ jobs:
2323

2424
- name: Install fyne-cross
2525
run: go install github.com/fyne-io/fyne-cross@latest
26-
26+
2727
- name: Install Homebrew
2828
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2929

30-
- name: Install Colima
30+
- name: Install Docker and Colima
3131
run: brew install docker colima
3232

3333
- name: Run Colima
3434
run: colima start
3535

3636
- name: Package (macOS)
37-
run: fyne-cross darwin -arch=arm64 -icon assets/go2tv-icon.png -app-id "com.alexballas.go2tv" ./cmd/go2tv/
37+
run: fyne-cross darwin -arch=arm64 -icon assets/go2tv-icon-desktop.png -app-id "com.alexballas.go2tv" ./cmd/go2tv/
3838

3939
- name: Prepary app for packaging
4040
run: mv fyne-cross/dist/darwin-arm64/go2tv.app .

.github/workflows/build-windows.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
- name: Get dependencies
2222
run: sudo apt update && sudo apt install gcc xorg-dev gcc-mingw-w64
2323

24+
- name: Install fyne
25+
run: go install fyne.io/fyne/v2/cmd/fyne@latest
26+
2427
- name: Package (Windows)
25-
run: CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ GOOS=windows GOARCH=amd64 go build -ldflags " -H=windowsgui -s -w" -o go2tv.exe cmd/go2tv/go2tv.go
26-
28+
run: cd cmd/go2tv && CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ fyne package --release --appID app.go2tv -os windows -icon ../../assets/go2tv-icon-desktop.png && mv go2tv.exe ../../
29+
2730
- uses: actions/upload-artifact@v2
2831
with:
2932
name: go2tv_${{ env.GO2TV_VERSION }}_windows_amd64

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ windows: clean
1010
install: build
1111
mkdir -vp /usr/local/bin/
1212
cp build/go2tv /usr/local/bin/
13+
$(MAKE) clean
1314

1415
uninstall:
1516
rm -vf /usr/local/bin/go2tv

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<br/>
22
<p align="center">
3-
<img src="https://raw.githubusercontent.com/alexballas/go2tv/main/assets/go2tv-red.svg" width="225" alt="Go2TV logo">
3+
<img src="assets/go2tv-logo-color.svg" width="225" alt="Go2TV logo">
44
</a>
55
</p>
66
<br/>
@@ -24,8 +24,8 @@ Cast your media files to UPnP/DLNA Media Renderers and Smart TVs.
2424
---
2525
GUI mode
2626
-----
27-
![](https://i.imgur.com/ogbSCZF.png)
28-
![](https://i.imgur.com/ncBpyw4.png)
27+
![](https://i.imgur.com/Pw44BYD.png)
28+
![](https://i.imgur.com/JeUxGGd.png)
2929

3030
CLI mode
3131
-----

assets/go2tv-icon-android.png

111 KB
Loading

assets/go2tv-icon-desktop.png

111 KB
Loading

0 commit comments

Comments
 (0)