-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sorry edelvarden
- Loading branch information
Showing
20 changed files
with
73 additions
and
68 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,14 +76,14 @@ jobs: | |
with: | ||
node-version: 20 | ||
|
||
- uses: mukunku/[email protected] | ||
id: checkTag | ||
with: | ||
tag: '${{ env.PACKAGE_VERSION }}' | ||
# - uses: mukunku/[email protected] | ||
# id: checkTag | ||
# with: | ||
# tag: '${{ env.PACKAGE_VERSION }}' | ||
|
||
- name: stop jobs if tag exist | ||
if: steps.checkTag.outputs.exists == 'true' | ||
run: exit 1 | ||
# - name: stop jobs if tag exist | ||
# if: steps.checkTag.outputs.exists == 'true' | ||
# run: exit 1 | ||
|
||
- name: install rust stable | ||
uses: dtolnay/rust-toolchain@stable | ||
|
@@ -94,16 +94,10 @@ jobs: | |
sudo apt-get update | ||
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb | ||
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb | ||
sudo apt-get install -y openssl | ||
sudo apt-get install -y sudo | ||
sudo apt-get install -y make | ||
sudo apt-get install -y alien | ||
sudo apt-get install -y libgtk-3-dev | ||
sudo apt-get install -y libwebkit2gtk-4.0-dev | ||
sudo apt-get install -y libappindicator3-dev | ||
sudo apt-get install -y librsvg2-dev | ||
sudo apt-get install -y patchelf | ||
sudo apt-get install -y libxcb-shape0-dev | ||
sudo apt-get install -y libxcb-xfixes0-dev | ||
sudo apt-get install -y libxdo-dev | ||
|
@@ -144,7 +138,7 @@ jobs: | |
pkgver=${{ env.PACKAGE_VERSION }} | ||
md5sums=('$(md5sum ${{ env.BIN_PATH }}/${{ env.DEB_PKG_RENAMED }} | awk '{print $1}')') | ||
pkgrel=1 | ||
depends=('libappindicator-gtk3' 'webkit2gtk' 'gtk3') | ||
depends=('xdotool') | ||
pkgdesc='${{ env.DESCRIPTION }}' | ||
arch=('${{ env.ARCH }}') | ||
url="https://github.com/${{ github.repository }}" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ package-lock.json | |
pnpm-lock.yaml | ||
target | ||
yarn-error.log | ||
|
||
.vscode |
This file was deleted.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en" class="dark"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Tauri + Solid + Typescript App</title> | ||
<title>Main</title> | ||
</head> | ||
|
||
<body class="overflow-hidden"> | ||
<div id="root"></div> | ||
<script src="/src/index.tsx" type="module"></script> | ||
<script src="src/index.tsx" type="module"></script> | ||
</body> | ||
</html> |
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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