[READ-ONLY] Mirror of https://github.com/probablykasper/remind-me-again. Toggleable cron reminders app for Mac, Linux and Windows
linux macos notifications reminder tauri windows
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix linux/windows builds

Kasper (May 7, 2023, 6:02 AM +0200) a47de3f5 ecf99e7f

+3 -4
+1 -1
.github/workflows/release.yml
··· 10 10 strategy: 11 11 fail-fast: false 12 12 matrix: 13 - platform: [macos-10.15, ubuntu-latest, windows-latest] 13 + platform: [macos-latest, ubuntu-latest, windows-latest] 14 14 runs-on: ${{ matrix.platform }} 15 15 steps: 16 16 - name: Checkout repository
-2
.github/workflows/test.yml
··· 43 43 - run: npm run lint 44 44 if: matrix.platform == 'ubuntu-latest' 45 45 46 - - run: npm run test 47 - 48 46 - name: Build 49 47 uses: tauri-apps/tauri-action@v0 50 48 env:
+2 -1
src-tauri/src/main.rs
··· 52 52 } 53 53 }; 54 54 55 - if !cfg!(debug_assertions) { 55 + #[cfg(all(debug_assertions, target_os = "macos"))] 56 + { 56 57 rust_macios::user_notifications::UNUserNotificationCenter::current_notification_center() 57 58 .request_authorization_with_options_completion_handler( 58 59 &[