diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3a75c7f..2b2f62b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,6 @@ jobs: type: 'zip' filename: Real-CUGAN-GUI-${{ github.ref_name }}-windows.zip directory: build/windows/runner/Release - exclusions: 'data *.dll' - name: Windows Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') diff --git a/lib/main.dart b/lib/main.dart index 4e9992d..4057fb9 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -7,7 +7,7 @@ import 'package:path/path.dart' as path; import 'package:window_size/window_size.dart'; const _projectTitle = 'Real-CUGAN-GUI'; -const _projectVersion = '1.2.0'; +const _projectVersion = '1.2.1'; void main() async { // おまじない