mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 12:11:28 -07:00
Document AUR install flow and add backlog planning artifacts
- Add Arch Linux `subminer-bin` install instructions to README and docs-site installation guide - Add Hyprland troubleshooting guidance for transparency and global shortcut passthrough - Add TASK-159..164 backlog records and skill design plans; include changelog fragment - Apply formatting-only update to `src/release-workflow.test.ts`
This commit is contained in:
@@ -52,7 +52,10 @@ test('release package scripts disable implicit electron-builder publishing', ()
|
||||
});
|
||||
|
||||
test('config example generation runs directly from source without unrelated bundle prerequisites', () => {
|
||||
assert.equal(packageJson.scripts['generate:config-example'], 'bun run src/generate-config-example.ts');
|
||||
assert.equal(
|
||||
packageJson.scripts['generate:config-example'],
|
||||
'bun run src/generate-config-example.ts',
|
||||
);
|
||||
});
|
||||
|
||||
test('windows release workflow publishes unsigned artifacts directly without SignPath', () => {
|
||||
|
||||
Reference in New Issue
Block a user