-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch actions #12
Merged
Merged
Patch actions #12
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update main.yml Test updated checks file * Update main.yml * Add Workflow Dispatch to run on command. * Create release-build.yml This is based on the Pyinstaller build action mentioned in sumeshir26#5, this doesn't have push/pull triggers, it has a workflow dispatch. * Update release-build.yml Try fixing YAML error * Update release-build.yml * Update release-build.yml * Rename release-build.yml to release.yml * Delete release.yml * Create release.yml * Update release.yml * Create setup.py * Modify Setup Data * Fix `"`s * feat: Actions for Mac and Ubuntu (#2) * Update release.yml * Update main.yml * Update main.yml * Update main.yml * Deactivate blur. We could make it an optional feature, that'd be good, people can just remove the double-apostrophes(""") to uncomment the blur. * Update requirements.txt * Create optional-requirements.txt People can enable blur if they want. We shall add a disclaimer on the README saying the app is in beta and the Mica Acrylic blur is buggy. * Create packager-requirements.txt * feat: Add setup for macos! * Rename setup.py * fix: Fix pyinstaller in requirements.txt * Remove blur(again) * Delete macos-setup.py Co-authored-by: sumeshir26 <[email protected]> * Remove macOS and Linux tests _temporarily_ * Rename `name` to `version` in `workspace_dispatch` * Add cx_Freeze to packager requirements * Update setup.py * Update setup.py * fix: WORKING MSI!!! * testmode: Test `bdist_rpm` * Remove RPM for now. * fix: Fix UID * Update setup.py * Update release.yml * Update release.yml * Rename Asset path * Update release.yml * Update release.yml * Rename release.yml to release-windows.yml * Create release-mac.yml * Update release-mac.yml * Update release-mac.yml * Update release-windows.yml * Rename job name * try fixing workflow dispatch error * Delete release-windows.yml * Delete release-mac.yml Co-authored-by: LG <[email protected]> Co-authored-by: LG <[email protected]>
If you don't mind, I reset my fork and added you again as a collaborator since I added just 1 commit but here it shows 10. If this happens, you will have 10 commits on every PR of mine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix actions issue
They used the old one instead of the new one, so I got it fixed!
#10 needs some changes.