Skip to content

Commit

Permalink
Merge pull request #273 from DattatreyaReddy/windows-fix
Browse files Browse the repository at this point in the history
fixed windows build
  • Loading branch information
DattatreyaReddy authored Jan 16, 2024
2 parents c68aaa3 + 590b41f commit 1e4fbca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
build_path: build/macos/Build/Products/Release
- os: windows-latest
target: windows
build_path: build\windows\runner\Release
build_path: build\windows\x64\runner\Release

steps:
- uses: subosito/flutter-action@v2
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
Copy-Item "${env:GITHUB_WORKSPACE}\scripts\${{ env.pkg_name }}-x64.wxs" .
Copy-Item "${env:GITHUB_WORKSPACE}\assets\icons\launcher\sorayomi_icon.ico" .
heat dir data -cg data -dr data -sreg -sfrag -gg -o data.wxs
candle -arch x64 -dVersion="${{ github.ref_name }}" -dUpgradeCode="$upgradeCode" -dIcon="sorayomi_icon.ico" "${{ env.pkg_name }}-x64.wxs" data.wxs
candle -arch x64 -dVersion="${{ github.ref_name }}" -dUpgradeCode="$upgradeCode" -dIcon="sorayomi_icon.ico" "${{ env.pkg_name }}-x64.wxs" data.wxs
light -b data "${{ env.pkg_name }}-x64.wixobj" data.wixobj -o "${{ env.pkg_name }}-${{ github.ref_name }}-${{ matrix.target }}-x64.msi"
Move-Item "${{ env.pkg_name }}-${{ github.ref_name }}-${{ matrix.target }}-x64.msi" "${env:GITHUB_WORKSPACE}"
Expand Down Expand Up @@ -193,4 +193,4 @@ jobs:
token: ${{secrets.WINGET}}
tap: homebrew/homebrew-cask
cask: tachidesk-sorayomi
livecheck: true
livecheck: true
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class ReaderSettingsScreen extends ConsumerWidget {
if (Platform.isAndroid) ...[
const ReaderVolumeTapTile(),
if (isVolumeTapEnabled) const ReaderVolumeTapInvertTile(),
const ReaderPinchToZoom(),
],
],
const Gap(128),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tachidesk_sorayomi
description: A new Flutter frontend for Tachidesk.

publish_to: "none"
version: 0.5.21+1
version: 0.5.22+1

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 1e4fbca

Please sign in to comment.