[READ-ONLY] Mirror of https://github.com/probablykasper/time-machine-inspector. Time Machine backup size inspector app
backup macos tauri time-machine
0

Configure Feed

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

Only build for macOS

Kasper (Jan 2, 2022, 12:03 AM +0100) e18a48ca 26dc3b4f

+3 -6
+1 -1
.github/workflows/release.yml
··· 13 13 strategy: 14 14 fail-fast: false 15 15 matrix: 16 - platform: [macos-10.15, ubuntu-latest, windows-latest] 16 + platform: [macos-10.15] 17 17 runs-on: ${{ matrix.platform }} 18 18 steps: 19 19 - name: Checkout repository
+1 -1
.github/workflows/test.yml
··· 18 18 strategy: 19 19 fail-fast: false 20 20 matrix: 21 - platform: [macos-10.15, ubuntu-latest, windows-latest] 21 + platform: [macos-10.15] 22 22 runs-on: ${{ matrix.platform }} 23 23 steps: 24 24 - name: Checkout repository
+1 -4
src-tauri/tauri.conf.json
··· 12 12 "bundle": { 13 13 "active": true, 14 14 "targets": [ 15 - "dmg", 16 - "deb", 17 - "appimage", 18 - "msi" 15 + "dmg" 19 16 ], 20 17 "identifier": "space.kasper.time-machine-inspector", 21 18 "icon": [