Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Fix linux script for the future, remove flathub xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
achhabra2 committed Apr 20, 2022
1 parent 416416f commit 3426fae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 40 deletions.
11 changes: 6 additions & 5 deletions build-linux.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#! bin/bash
# cd ./build/linux/
# flatpak-builder flatpak app.riftshare.RiftShare.yaml
# flatpak-builder --user --install --force-clean flatpak app.riftshare.RiftShare.yaml
#! /usr/bin/sh

wails build
rm build/bin/RiftShare
rm -rf frontend/node_modules
go mod vendor
cd ..
tar -czvf riftshare-vendored.tar.gz riftshare
tar -czf riftshare-vendored.tar.gz riftshare
35 changes: 0 additions & 35 deletions build/linux/app.riftshare.RiftShare.yaml

This file was deleted.

0 comments on commit 3426fae

Please sign in to comment.