Skip to content

Commit 74c35fb

Browse files
committed
إصلاح بدء تشغيل التطبيق مع تشغيل النظام
1 parent 6f0bd85 commit 74c35fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,6 @@ app.on('window-all-closed', () => {
302302
// بدء تشغيل التطبيق مع بدء تشغيل النظام للويندوز فقط
303303
app.setLoginItemSettings({
304304
openAtLogin: true,
305+
path: path.join(process.resourcesPath, '../Altaqwaa.exe'),
305306
args: ['--hidden']
306-
});
307+
})

0 commit comments

Comments
 (0)