Skip to content

Commit

Permalink
try workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh185 committed Feb 14, 2024
1 parent 749df2f commit ad35f73
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md"
SRC_DIR: "src"
ARCHIVE_TYPES: ${{ matrix.archive }}
PRE_BUILD: "pre_build.sh"
POST_BUILD: "test/post_build.sh"
MINIFY: "yes"
release_without_not_required:
name: release ${{ matrix.target }}
Expand Down
8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,3 @@ opt-level = 'z' # Optimize for size
codegen-units = 1 # Reduce number of codegen units to increase optimizations
panic = 'abort' # Abort on panic
strip = true # Strip symbols from binary*

# [[bin]]
# name = "chrono-to-ics-cli"
# path = "src/main.rs"

[[bin]]
name = "chrono-to-ics-gui"
path = "src/gui.rs"
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ this is a app that converts chorono-factorem calendars to `ics` format to be use
- [x] fetching holidays and days when timetable is changed.
- [x] writing to the `.ics` file using [ical](https://crates.io/crates/ical) crate.
- [x] storage of `holidays.json`.
- [x] gui for the app.
## ToDo :
- [ ] implementing timetable changes
- [ ] gui for the app.

### GUI
it just needs a one text box for the chorno link , a folder dialog box and a button .
File renamed without changes.

0 comments on commit ad35f73

Please sign in to comment.