Skip to content

Commit

Permalink
50 add aia workflow to automate msiexe binary creation (#52)
Browse files Browse the repository at this point in the history
### Description

Fixing #50 and implementing #26 

### Motivation & Context

LOL

### Type of changes

<!-- What types of changes does your code introduce? Put an `x` in all
the boxes that apply. -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Refactoring (non-breaking change)
- [ ] Breaking change (fix or feature that would change existing
functionality)
- [ ] My change introduces changes to the documentation (only docs are
affected)

### Checklist

<!-- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->

- [x] I have read the [contributing
guidelines](https://github.com/DefinetlyNotAI/Logicytics/blob/main/CONTRIBUTING.md)
- [x] I have updated the documentation accordingly
- [ ] I have added tests to cover my changes, and they have passed
- [ ] I have tested my code with the `--dev` flag
- [ ] I have followed the instructions in the `--dev` flag
- [x] I have followed the instructions in the
[wiki](https://github.com/DefinetlyNotAI/Logicytics/wiki)

### Related issues
#50 and #26
  • Loading branch information
DefinetlyNotAI committed Sep 2, 2024
2 parents fbfb433 + 9a2e159 commit 9a0d7f7
Show file tree
Hide file tree
Showing 11 changed files with 3,803 additions and 1,276 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github:
github: # Replace with a GitHub username
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
Expand All @@ -10,5 +10,5 @@ liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: DefinetlyNotAI# Replace with a GitHub username
buy_me_a_coffee: DefinetlyNotAI
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
27 changes: 27 additions & 0 deletions .idea/jsonSchemas.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

664 changes: 664 additions & 0 deletions Logicytics_32bit.aip

Large diffs are not rendered by default.

664 changes: 664 additions & 0 deletions Logicytics_64bit_[AMD64_EMg4T].aip

Large diffs are not rendered by default.

664 changes: 664 additions & 0 deletions Logicytics_64bit_[Intel_Itanium].aip

Large diffs are not rendered by default.

736 changes: 736 additions & 0 deletions Logicytics_Mix_HIGHLY_UNSTABLE.aip

Large diffs are not rendered by default.

664 changes: 664 additions & 0 deletions Logicytics_arm64.aip

Large diffs are not rendered by default.

Binary file removed PACKAGES/INSTALLER/Logicytics-cache/cacheIndex.txt
Binary file not shown.
Binary file not shown.
1,505 changes: 382 additions & 1,123 deletions PACKAGES/INSTALLER/Logicytics.aip

Large diffs are not rendered by default.

151 changes: 0 additions & 151 deletions PACKAGES/INSTALLER/Logicytics32.aip

This file was deleted.

0 comments on commit 9a0d7f7

Please sign in to comment.