Skip to content

Commit

Permalink
Add missing desktop options
Browse files Browse the repository at this point in the history
  • Loading branch information
sebanc committed Feb 15, 2024
1 parent 7aa5e3d commit 7e63a36
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set current date
run: echo "current_date=$(date '+%Y%m%d')" >> $GITHUB_ENV
- name: Build Linuxloops Live Disk
run: sudo bash linuxloops -distro Debian -env Cinnamon -dst linuxloops_live_${{ env.current_date }}.img -u -b -c "firefox-esr gedit gparted evince"
run: sudo bash linuxloops -distro Debian -env Cinnamon -dst linuxloops_live_${{ env.current_date }}.img -u -a -b -c "firefox-esr gedit gparted evince"
- name: Compress Linuxloops Live Disk
run: 7z a linuxloops_live_${{ env.current_date }}.7z linuxloops_live_${{ env.current_date }}.img
- name: Generate release details
Expand Down
Loading

0 comments on commit 7e63a36

Please sign in to comment.