Skip to content

Commit

Permalink
fixed electron forge linux binary
Browse files Browse the repository at this point in the history
  • Loading branch information
SrWither committed Dec 3, 2024
1 parent 3a79d35 commit 8169d51
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions freebsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ PREFETCH_TIMESTAMP= 1713712594

pre-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} npm run build
${CP} ${WRKDIR}/${ELECTRON_DOWNLOAD_CACHE_DIR}/electron-v${UPSTREAM_ELECTRON_VER}-linux-${ELECTRON_ARCH}.zip \
${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

Expand Down
10 changes: 5 additions & 5 deletions freebsd/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1702066758
SHA256 (discordbsd--node-modules.tar.gz) = 36db95d032fed1ad0e3225001bb4e1ebc168f0eb2b14e34e7187beade50ba610
SIZE (discordbsd--node-modules.tar.gz) = 89170328
SHA256 (SrWither-DiscordBSD--main_GH0.tar.gz) = c55ae156c5734666739fc3ece497de10a3dd7664523c697a97cd5a130693cfd7
SIZE (SrWither-DiscordBSD--main_GH0.tar.gz) = 492275
TIMESTAMP = 1733263921
SHA256 (discordbsd--node-modules.tar.gz) = 4c670cf0dcdd605a6cdd6d37d80758bd69fbe9785633aa32b90afae35360aa97
SIZE (discordbsd--node-modules.tar.gz) = 74283421
SHA256 (SrWither-DiscordBSD--main_GH0.tar.gz) = 3b5b74842cb91a3362dd822b8f0dfb5a42e285c47e3798d20a1dc7b649f00368
SIZE (SrWither-DiscordBSD--main_GH0.tar.gz) = 650670
1 change: 1 addition & 0 deletions freebsd/files/packagejsons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"config": {
"forge": {
"packagerConfig": {
"electronZipDir": ".",
"makers": [
{
"name": "@electron-forge/maker-zip",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"config": {
"forge": {
"packagerConfig": {
"electronZipDir": ".",
"makers": [
{
"name": "@electron-forge/maker-zip",
Expand Down

0 comments on commit 8169d51

Please sign in to comment.