This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
fcast
Watch
1
Star
0
Fork
You've already forked fcast
0
mirror of
https://gitlab.com/futo-org/fcast.git
synced
2025-08-23 07:42:49 +00:00
Code
Activity
b7e304b987
fcast
/
receivers
/
electron
/
src
/
App.ts
4 lines
81 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Initial commit.
2023-06-20 08:45:01 +02:00
import
{
app
}
from
'electron'
;
import
Main
from
'./Main'
;
Initial commit of new updater
2024-11-11 12:24:17 -06:00
await
Main
.
main
(
app
)
;
Copy permalink