Skip to content

Commit

Permalink
Fix process name
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 committed Jan 5, 2025
1 parent cd1bd32 commit a0f7398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MyHomePage extends StatefulWidget {

class _MyHomePageState extends State<MyHomePage> {
Future<void> _kill() async {
await Task.kill('Palworld.exe');
await Task.kill('Palworld-Win64-Shippiing.exe');
}

@override
Expand Down

0 comments on commit a0f7398

Please sign in to comment.