Skip to content

Commit

Permalink
add msix support
Browse files Browse the repository at this point in the history
  • Loading branch information
laiiihz committed Apr 21, 2022
1 parent f0fa7e7 commit ab5386d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
22 changes: 14 additions & 8 deletions distribute_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,21 @@ releases:
split-debug-info: symbols
- name: windows
jobs:
- name: exe
# - name: exe
# package:
# platform: windows
# target: exe
# obfuscate:
# split-debug-info: symbols
# - name: zip
# package:
# platform: windows
# target: zip
# obfuscate:
# split-debug-info: symbols
- name: msix
package:
platform: windows
target: exe
obfuscate:
split-debug-info: symbols
- name: zip
package:
platform: windows
target: zip
target: msix
obfuscate:
split-debug-info: symbols
7 changes: 4 additions & 3 deletions windows/packaging/msix/make_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
display_name: Alga
publisher_display_name: laiiihz
identity_name: tech.laihz.alga
msix_version: 0.3.6.0
publisher_display_name: laiiihz
identity_name: tech.laihz.alga
msix_version: 0.3.6.0
logo_path: assets/logo/256.webp

0 comments on commit ab5386d

Please sign in to comment.