@chahuadev/junk-sweeper-app 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/install.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ The only files the app ever writes are its **own** layout cache (`%APPDATA%\Junk
|
|
|
166
166
|
|---|---|---|
|
|
167
167
|
| Windows | x64 | ✅ Supported |
|
|
168
168
|
| Windows | ia32 | ✅ Supported |
|
|
169
|
-
| Linux | x64 |
|
|
169
|
+
| Linux | x64 | ✅ Supported |
|
|
170
170
|
| macOS | arm64 / x64 | 🔜 Coming soon |
|
|
171
171
|
|
|
172
172
|
---
|
package/install.js
CHANGED
|
@@ -20,7 +20,7 @@ if (platform === 'win32') {
|
|
|
20
20
|
}
|
|
21
21
|
} else if (platform === 'linux') {
|
|
22
22
|
// Placeholder — Linux AppImage build coming in a future release
|
|
23
|
-
downloadUrl = '';
|
|
23
|
+
downloadUrl = 'https://huggingface.co/datasets/chahuadev/chahuadev-framework-binaries/resolve/main/Junk%20Sweeper-1.0.0.AppImage?download=true';
|
|
24
24
|
fileName = 'junk-sweeper.AppImage';
|
|
25
25
|
}
|
|
26
26
|
|
package/package.json
CHANGED