Skip to content

Commit

Permalink
fixed windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
DattatreyaReddy committed Jan 16, 2024
1 parent c68aaa3 commit c77d11d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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

0 comments on commit c77d11d

Please sign in to comment.