Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Feb 7, 2024
1 parent 7f549f5 commit f1159ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
channel: "stable"
architecture: x64
- run: flutter config --enable-macos-desktop
- run: flutter pub get
- run: flutter analyze
- run: flutter build macos
- run: flutter analyze
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
4 changes: 2 additions & 2 deletions macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PRODUCT_NAME = alic

// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = com.example.alic
PRODUCT_BUNDLE_IDENTIFIER = co.bollc.alic

// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2024 com.example. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2024 bollc.co. All rights reserved.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: alic
description: "A little image compressor"
publish_to: "none"
version: 1.0.0+2
version: 1.0.0+3

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

0 comments on commit f1159ac

Please sign in to comment.