Skip to content

Commit

Permalink
Use 64-bit install path, closes #371
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Apr 24, 2023
1 parent dfa2ed2 commit 86f1f1b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
4 changes: 1 addition & 3 deletions app/ButterflySetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\{#MyAppPublisher}\{#MyAppName}
DefaultDirName={autopf64}\{#MyAppPublisher}\{#MyAppName}
DefaultGroupName={#MyAppPublisher}\{#MyAppName}
DisableProgramGroupPage=yes
LicenseFile=..\LICENSE
Expand Down Expand Up @@ -90,8 +90,6 @@ Root: HKA; Subkey: "Software\Classes\{#MyAppName}-IMG\DefaultIcon"; ValueType: s
Root: HKA; Subkey: "Software\Classes\{#MyAppName}-IMG\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1"""

[Icons]
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"

Name: "{group}\Visit Website"; Filename: "https://www.linwood.dev/"
Name: "{group}\Butterfly Documentation"; Filename: "https://docs.butterfly.linwood.dev/"
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Expand Down
3 changes: 2 additions & 1 deletion app/lib/views/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ class _HeaderHomeView extends StatelessWidget {
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
colors: [
colorScheme.inverseSurface,
Color.alphaBlend(colorScheme.inverseSurface.withOpacity(0.3),
colorScheme.4),
colorScheme.primary,
],
stops: const [0, 0.8],
Expand Down
8 changes: 4 additions & 4 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ packages:
dependency: transitive
description:
name: camera_android
sha256: "772c111c78f31f868b98dbf6dbeda8d6ff77acea773a92ea5705ee2f7949ebfb"
sha256: "6b7d4529c15c13cfe642abf5110509e9f770b9c87e8f5510d9b5366f5a7b37c9"
url: "https://pub.dev"
source: hosted
version: "0.10.5"
version: "0.10.6"
camera_avfoundation:
dependency: transitive
description:
Expand Down Expand Up @@ -380,10 +380,10 @@ packages:
dependency: "direct main"
description:
name: flex_color_scheme
sha256: "897b099b66d780c82536ab89e314b06a15914112512e6c9370847c366a2ee3ec"
sha256: "1a54a5b22a4a7c4e5c30a8cabb12a8cf3c3f477c15e1ab2e1ab2f569295f4fab"
url: "https://pub.dev"
source: hosted
version: "7.0.3"
version: "7.0.4"
flex_seed_scheme:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
camera: ^0.10.4
camera_windows: ^0.2.1+5
window_manager: ^0.3.2
flex_color_scheme: ^7.0.3
flex_color_scheme: ^7.0.4
freezed_annotation: ^2.2.0
json_annotation: ^4.8.0
path: ^1.8.2
Expand Down
8 changes: 8 additions & 0 deletions docs/community/branding.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ These assets are licensed under the [CC-BY-4.0](https://github.com/LinwoodDev/Bu
## Fonts

* `Roboto`

## Screenshots

> Used in the firefox responsive design mode
* Phone: Galaxy S20 Ultra
* 7-inch tablet: Nexus 7
* 10-inch tablet: Nexus 10

0 comments on commit 86f1f1b

Please sign in to comment.