Skip to content

Commit

Permalink
Remove Inno Setup script and config MSIX installer
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamKarolDiCioccio committed Oct 9, 2024
1 parent c285220 commit 6dfea33
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 60 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ dist/
*.db
*.db-shm
*.db-wal

# Certificate files
*.pfx
*.cer
# Contains the PFX password
make_config.yaml
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@
"kind": "build",
"isDefault": true
}
},
{
"label": "Package app",
"type": "shell",
"command": "flutter_distributor release --name dev",
"options": {
"cwd": "${workspaceFolder}/app"
},
"group": {
"kind": "build",
"isDefault": true
}
}
],
"inputs": [
Expand Down
8 changes: 7 additions & 1 deletion app/distribute_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ output: dist/
releases:
- name: dev
jobs:
- name: release-dev-windows
package:
platform: windows
target: msix
build_args:
enable-experiment: records
- name: release-dev-linux-deb
package:
platform: linux
Expand All @@ -13,4 +19,4 @@ releases:
platform: linux
target: rpm
build_args:
enable-experiment: records
enable-experiment: records
16 changes: 16 additions & 0 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.18.0"
console:
dependency: transitive
description:
name: console
sha256: e04e7824384c5b39389acdd6dc7d33f3efe6b232f6f16d7626f194f6a01ad69a
url: "https://pub.dev"
source: hosted
version: "4.1.0"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -1213,6 +1221,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.4.4"
msix:
dependency: "direct dev"
description:
name: msix
sha256: c50d6bd1aafe0d071a3c1e5a5ccb056404502935cb0a549e3178c4aae16caf33
url: "https://pub.dev"
source: hosted
version: "3.16.8"
nested:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ dev_dependencies:
isar_generator: ^3.1.0+1
envied_generator: ^0.5.4+1
flutter_launcher_icons: ^0.13.1
msix: ^3.16.8

flutter:
generate: true
Expand Down
Binary file removed scripts/app_icon_256x256.ico
Binary file not shown.
59 changes: 0 additions & 59 deletions scripts/generate_windows_installer.iss

This file was deleted.

0 comments on commit 6dfea33

Please sign in to comment.