Skip to content

Commit

Permalink
Catchup to 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Dec 18, 2024
1 parent 5c975b7 commit 81cc76e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hashExecutable.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path');
const fs = require('fs');
const crypto = require('crypto');

const YOUR_FILE_PATH = './output/gSender-1.4.7-x64.exe';
const YOUR_FILE_PATH = './output/gSender-1.4.11-x64.exe';

function hashFile(file, algorithm = 'sha512', encoding = 'base64', options) {
return new Promise((resolve, reject) => {
Expand Down
2 changes: 1 addition & 1 deletion src/app/src/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
--tw-contain-paint: ;
--tw-contain-style: ;
}/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
Expand Down

0 comments on commit 81cc76e

Please sign in to comment.